aboutsummaryrefslogtreecommitdiff
path: root/configure.bat
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-05-02 23:20:10 +0000
committerSteve Chamberlain <sac@cygnus>1994-05-02 23:20:10 +0000
commita3fcaa9ffcd054914ffbc42d1c109b2705c3c443 (patch)
treed04c2f10d85d67c8abff616556df77d717dfac10 /configure.bat
parent89464c7a1d6a36c0f73e9d207fab46527b3b2d94 (diff)
downloadgdb-a3fcaa9ffcd054914ffbc42d1c109b2705c3c443.zip
gdb-a3fcaa9ffcd054914ffbc42d1c109b2705c3c443.tar.gz
gdb-a3fcaa9ffcd054914ffbc42d1c109b2705c3c443.tar.bz2
Kill three year old cruft.
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.bat b/configure.bat
deleted file mode 100644
index 673b612..0000000
--- a/configure.bat
+++ /dev/null
@@ -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