aboutsummaryrefslogtreecommitdiff
path: root/makeall.bat
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-10-22 02:17:33 +0000
committerKen Raeburn <raeburn@cygnus>1994-10-22 02:17:33 +0000
commit82e683ab389c6a8d5c3bed0eafcba4a019b365ab (patch)
tree011a89b67515410a9f18e4fc77000e5393fc2756 /makeall.bat
parent9da4c5d13035754ce8cdd2435b5a763ced2313bb (diff)
downloadfsf-binutils-gdb-82e683ab389c6a8d5c3bed0eafcba4a019b365ab.zip
fsf-binutils-gdb-82e683ab389c6a8d5c3bed0eafcba4a019b365ab.tar.gz
fsf-binutils-gdb-82e683ab389c6a8d5c3bed0eafcba4a019b365ab.tar.bz2
additions for binutils release from dj
Diffstat (limited to 'makeall.bat')
-rw-r--r--makeall.bat16
1 files changed, 16 insertions, 0 deletions
diff --git a/makeall.bat b/makeall.bat
new file mode 100644
index 0000000..d2d415f
--- /dev/null
+++ b/makeall.bat
@@ -0,0 +1,16 @@
+@echo off
+chdir libiberty
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\bfd
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\opcodes
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\gprof
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\binutils
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\gas
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\ld
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..