4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-01 03:50:28 +08:00
newlib-cygwin/makeall.bat

17 lines
363 B
Batchfile
Raw Normal View History

1999-05-03 07:29:06 +00:00
@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 ..