diff options
Diffstat (limited to 'gnu/usr.bin/gas/configdos.bat')
-rw-r--r-- | gnu/usr.bin/gas/configdos.bat | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/gas/configdos.bat b/gnu/usr.bin/gas/configdos.bat deleted file mode 100644 index 18331cd3da2..00000000000 --- a/gnu/usr.bin/gas/configdos.bat +++ /dev/null @@ -1,14 +0,0 @@ -@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 - - |