Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makeall.bat - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2d415f0a49a283d837f811e772f7196b9408737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 ..