* config/tc-h8500.c (md_begin): Use a local variable when
[deliverable/binutils-gdb.git] / gas / configure.bat
1 @echo off
2 if "%1" == "go32" goto h8300
3 if "%1" == "h8/300" goto h8300
4 echo Specify one of [ go32 h8/300 ] on command line
5 goto exit
6
7 :go32
8 echo Configuring gas for go32
9 copy config\i386.md md
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
15 goto exit
16
17 :h8300
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
27
28 :exit
This page took 0.036791 seconds and 4 git commands to generate.