mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
More dos scripts
This commit is contained in:
@ -34,7 +34,7 @@ cfg-paper.texi
|
|||||||
clib
|
clib
|
||||||
config
|
config
|
||||||
config.sub
|
config.sub
|
||||||
configdos.bat
|
configure.bat
|
||||||
configure
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
configure.man
|
configure.man
|
||||||
|
21
configure.bat
Normal file
21
configure.bat
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@echo off
|
||||||
|
if "%1" == "h8/300" goto ok
|
||||||
|
echo Specify one of [ h8/300 ] on command line
|
||||||
|
goto exit
|
||||||
|
|
||||||
|
:ok
|
||||||
|
cd gcc
|
||||||
|
call configure %1
|
||||||
|
cd ../gas
|
||||||
|
call configure %1
|
||||||
|
cd ../bfd
|
||||||
|
call configure %1
|
||||||
|
cd ../binutils
|
||||||
|
call configure %1
|
||||||
|
cd ../ld
|
||||||
|
call configure %1
|
||||||
|
cd ../libiberty
|
||||||
|
call configure %1
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
:exit
|
Reference in New Issue
Block a user