From 154bf0e8910affebb216191e88a63dbe21d647f5 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 21 Feb 1992 23:06:30 +0000 Subject: DJ renaming --- binutils/configure.bat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 binutils/configure.bat (limited to 'binutils/configure.bat') 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 -- cgit v1.1