mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
additions for binutils release from dj
This commit is contained in:
16
makeall.bat
Normal file
16
makeall.bat
Normal 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 ..
|
Reference in New Issue
Block a user