diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 01:16:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 01:16:49 +0000 |
commit | 8f36e47c100044bdd287a65d39f5a5f39962ba41 (patch) | |
tree | 1793fa3cfd61a147b5bd5a09e503041dd5e29a6a /configure.bat | |
parent | 980e4bf7fe5dea3c80b11930781dd2a2d0c65146 (diff) | |
download | gdb-8f36e47c100044bdd287a65d39f5a5f39962ba41.zip gdb-8f36e47c100044bdd287a65d39f5a5f39962ba41.tar.gz gdb-8f36e47c100044bdd287a65d39f5a5f39962ba41.tar.bz2 |
From Mark Elbrecht:
* configure.bat: Remove; obsolete.
Diffstat (limited to 'configure.bat')
-rw-r--r-- | configure.bat | 17 |
1 files changed, 0 insertions, 17 deletions
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 ..
|