Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / as / configdos.bat
1 @echo off
2 echo Configuring GAS for H8/300
3
4 copy config\ho-go32.h host.h
5 copy config\tc-h8300.c targ-cpu.c
6 copy config\tc-h8300.h targ-cpu.h
7 copy config\te-generic.h targ-env.h
8 copy config\objcoff-bfd.h obj-format.h
9 copy config\objcoff-bfd.c obj-format.c
10 copy config\atof-ieee.c atof-targ.c
11
12 copy Makefile.dos Makefile
13
14