diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-22 00:11:39 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-22 00:11:39 +0000 |
commit | 65aa37242bccf0dd6a6de15659376fbf04582906 (patch) | |
tree | 9aa5c497c417a68117e2258ea4eeab7c09aecdc1 /ld/configure.bat | |
parent | 0ce51ae990470d006336143ddfa590fb534ee09d (diff) | |
download | gdb-65aa37242bccf0dd6a6de15659376fbf04582906.zip gdb-65aa37242bccf0dd6a6de15659376fbf04582906.tar.gz gdb-65aa37242bccf0dd6a6de15659376fbf04582906.tar.bz2 |
DJ naming change
Diffstat (limited to 'ld/configure.bat')
-rw-r--r-- | ld/configure.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/configure.bat b/ld/configure.bat new file mode 100644 index 0000000..73089fa --- /dev/null +++ b/ld/configure.bat @@ -0,0 +1,18 @@ +@echo off +if "%1" == "go32" goto h8300 +if "%1" == "h8/300" goto h8300 +echo Specify one of [ go32 h8/300 ] on command line +goto exit + +:go32 +echo Configuring ld for go32 +copy ..\bfd\hosts\h-go32.h sysdep.h +copy Makefile.dos Makefile +goto exit + +:h8300 +echo Configuring ld for H8/300 +copy ..\bfd\hosts\h-go32.h sysdep.h +copy Makefile.dos Makefile + +:exit |