diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-10-22 02:17:33 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-10-22 02:17:33 +0000 |
commit | 82e683ab389c6a8d5c3bed0eafcba4a019b365ab (patch) | |
tree | 011a89b67515410a9f18e4fc77000e5393fc2756 /configure.bat | |
parent | 9da4c5d13035754ce8cdd2435b5a763ced2313bb (diff) | |
download | binutils-82e683ab389c6a8d5c3bed0eafcba4a019b365ab.zip binutils-82e683ab389c6a8d5c3bed0eafcba4a019b365ab.tar.gz binutils-82e683ab389c6a8d5c3bed0eafcba4a019b365ab.tar.bz2 |
additions for binutils release from dj
Diffstat (limited to 'configure.bat')
-rw-r--r-- | configure.bat | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.bat b/configure.bat new file mode 100644 index 0000000..d76a37e --- /dev/null +++ b/configure.bat @@ -0,0 +1,17 @@ +@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 ..
|