diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-21 23:06:30 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-21 23:06:30 +0000 |
commit | 154bf0e8910affebb216191e88a63dbe21d647f5 (patch) | |
tree | f1469e8f36a35b105a0889f75a0956dee4a203b4 /binutils/configure.bat | |
parent | 13b351cceb64ae648bd961f797df1ed5a54480e9 (diff) | |
download | gdb-154bf0e8910affebb216191e88a63dbe21d647f5.zip gdb-154bf0e8910affebb216191e88a63dbe21d647f5.tar.gz gdb-154bf0e8910affebb216191e88a63dbe21d647f5.tar.bz2 |
DJ renaming
Diffstat (limited to 'binutils/configure.bat')
-rwxr-xr-x | binutils/configure.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/configure.bat b/binutils/configure.bat new file mode 100755 index 0000000..8479378 --- /dev/null +++ b/binutils/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 binutils for go32 +copy ..\bfd\hosts\h-go32.h sysdep.h +copy Makefile.dos Makefile +goto exit + +:h8300 +echo Configuring binutils for H8/300 +copy ..\bfd\hosts\h-go32.h sysdep.h +copy Makefile.dos Makefile + +:exit |