aboutsummaryrefslogtreecommitdiff
path: root/gas/configdos.bat
diff options
context:
space:
mode:
Diffstat (limited to 'gas/configdos.bat')
-rwxr-xr-xgas/configdos.bat14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/configdos.bat b/gas/configdos.bat
deleted file mode 100755
index 18331cd..0000000
--- a/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
-
-