From Mark Elbrecht:

* configure.bat: Remove; obsolete.
This commit is contained in:
Ian Lance Taylor 1999-07-22 01:16:49 +00:00
parent 34301951e0
commit 39beac7e2b
2 changed files with 5 additions and 17 deletions

View File

@ -1,3 +1,8 @@
1999-07-21 Ian Lance Taylor <ian@zembu.com>
From Mark Elbrecht:
* configure.bat: Remove; obsolete.
1999-07-11 Ian Lance Taylor <ian@zembu.com>
* configure: Add -W -Wall to the default CFLAGS when compiling with

View File

@ -1,17 +0,0 @@
@echo off
chdir libiberty
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..\bfd
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..\opcodes
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..\gprof
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..\binutils
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..\gas
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..\ld
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
chdir ..