diff options
Diffstat (limited to 'gnu/usr.bin/as/configdos.bat')
| -rw-r--r-- | gnu/usr.bin/as/configdos.bat | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/as/configdos.bat b/gnu/usr.bin/as/configdos.bat new file mode 100644 index 000000000000..18331cd3da25 --- /dev/null +++ b/gnu/usr.bin/as/configdos.bat @@ -0,0 +1,14 @@ +@echo off +echo Configuring GAS for H8/300 + +copy config\ho-go32.h host.h +copy config\tc-h8300.c targ-cpu.c +copy config\tc-h8300.h targ-cpu.h +copy config\te-generic.h targ-env.h +copy config\objcoff-bfd.h obj-format.h +copy config\objcoff-bfd.c obj-format.c +copy config\atof-ieee.c atof-targ.c + +copy Makefile.dos Makefile + + |
