diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/gas/configdos.bat |
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/gas/configdos.bat')
-rw-r--r-- | gnu/usr.bin/gas/configdos.bat | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/gas/configdos.bat b/gnu/usr.bin/gas/configdos.bat new file mode 100644 index 00000000000..18331cd3da2 --- /dev/null +++ b/gnu/usr.bin/gas/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 + + |