mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
additions for binutils release from dj
This commit is contained in:
17
configure.bat
Normal file
17
configure.bat
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
chdir libiberty
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..\bfd
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..\opcodes
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..\gprof
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..\binutils
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..\gas
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..\ld
|
||||||
|
call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
chdir ..
|
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