additions for binutils release from dj

This commit is contained in:
Ken Raeburn
1994-10-22 02:17:33 +00:00
parent 9da4c5d130
commit 82e683ab38
2 changed files with 33 additions and 0 deletions

16
makeall.bat Normal file
View File

@ -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 ..