Kill three year old cruft.

This commit is contained in:
Steve Chamberlain 1994-05-02 23:20:10 +00:00
parent 89464c7a1d
commit a3fcaa9ffc
2 changed files with 0 additions and 22 deletions

View File

@ -54,7 +54,6 @@ config
config.guess
config.sub
configure
configure.bat
configure.in
cvs
deja-gnu

View File

@ -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