2 if "%1" == "go32" goto h8300
3 if "%1" == "h8/300" goto h8300
4 echo Specify one of [ go32 h8/300 ] on command line
8 echo Configuring gas for go32
10 copy config\out-i386.c aux-output.c
11 copy config\tm-i386gas.h tm.h
12 copy config\float.h-ieee float.h
13 copy config\xm-i386.h config.h
14 copy Makefile.dos Makefile
18 echo Configuring gas for H8/300
19 copy config\ho-go32.h host.h
20 copy config\tc-h8300.c targ-cpu.c
21 copy config\tc-h8300.h targ-cpu.h
22 copy config\te-generic.h targ-env.h
23 copy config\objcoffbfd.h obj-format.h
24 copy config\objcoffbfd.c obj-format.c
25 copy config\atof-ieee.c atof-targ.c
26 copy Makefile.dos Makefile