(sparc_ip): Initialize `len' variable to make gcc shut up.
[deliverable/binutils-gdb.git] / gas / configure.bat
CommitLineData
215c79be
SC
1@echo off
2if "%1" == "go32" goto h8300
3if "%1" == "h8/300" goto h8300
4echo Specify one of [ go32 h8/300 ] on command line
5goto exit
6
7:go32
8echo Configuring gas for go32
9copy config\i386.md md
10copy config\out-i386.c aux-output.c
11copy config\tm-i386gas.h tm.h
12copy config\float.h-ieee float.h
13copy config\xm-i386.h config.h
14copy Makefile.dos Makefile
15goto exit
16
17:h8300
18echo Configuring gas for H8/300
19copy config\ho-go32.h host.h
20copy config\tc-h8300.c targ-cpu.c
21copy config\tc-h8300.h targ-cpu.h
22copy config\te-generic.h targ-env.h
23copy config\objcoffbfd.h obj-format.h
24copy config\objcoffbfd.c obj-format.c
25copy config\atof-ieee.c atof-targ.c
26copy Makefile.dos Makefile
27
28:exit
This page took 0.057539 seconds and 4 git commands to generate.