diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:31:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:31:48 +0000 |
commit | e76d867751be2b691abbb7c538b256d11f00fdbe (patch) | |
tree | ea9057c2596432e6f7dda0df048d3c5454271694 /gnu/usr.bin/gas/configdos.bat | |
parent | 1a2a6a7db7b9fe8a0cbab3485a330fdf4f35559e (diff) |
Put the a.out as and ld to rest in the Attic, finally!
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 - - |