diff options
author | Ian Lance Taylor <iant@google.com> | 1999-07-22 01:16:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 1999-07-22 01:16:49 +0000 |
commit | 39beac7e2bef0bbfb0fce8fb586f98e812eda028 (patch) | |
tree | 9e96b838f1c7e1eb05ed9c46c46d8ee1db774314 | |
parent | 34301951e0084721afc396b09a2fc68f5cf26576 (diff) | |
download | newlib-39beac7e2bef0bbfb0fce8fb586f98e812eda028.zip newlib-39beac7e2bef0bbfb0fce8fb586f98e812eda028.tar.gz newlib-39beac7e2bef0bbfb0fce8fb586f98e812eda028.tar.bz2 |
From Mark Elbrecht:
* configure.bat: Remove; obsolete.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.bat | 17 |
2 files changed, 5 insertions, 17 deletions
@@ -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 diff --git a/configure.bat b/configure.bat deleted file mode 100644 index d76a37e..0000000 --- a/configure.bat +++ /dev/null @@ -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 ..
|