diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-21 22:54:39 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-21 22:54:39 +0000 |
commit | 433fb166d42e947289962594a93a617ee9e6bd6f (patch) | |
tree | a8497ee879ea551e9a9ee5dc5798085eabcc355a /bfd/configure.bat | |
parent | 1267a5c050c6e330301f055c2da4f06d8d2df91a (diff) | |
download | gdb-433fb166d42e947289962594a93a617ee9e6bd6f.zip gdb-433fb166d42e947289962594a93a617ee9e6bd6f.tar.gz gdb-433fb166d42e947289962594a93a617ee9e6bd6f.tar.bz2 |
Name change for DJ
Diffstat (limited to 'bfd/configure.bat')
-rw-r--r-- | bfd/configure.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/configure.bat b/bfd/configure.bat new file mode 100644 index 0000000..6cb35f0 --- /dev/null +++ b/bfd/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 bfd for go32 +copy hosts/h-go32.h sysdep.h +copy Makefile.dos Makefile +goto exit + +:h8300 +echo Configuring bfd for H8/300 +copy hosts\h-go32.h sysdep.h +copy Makefile.dos Makefile + +:exit |