mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Kill three year old cruft.
This commit is contained in:
@ -54,7 +54,6 @@ config
|
|||||||
config.guess
|
config.guess
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
configure.bat
|
|
||||||
configure.in
|
configure.in
|
||||||
cvs
|
cvs
|
||||||
deja-gnu
|
deja-gnu
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
@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