mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 21:44:34 +01:00
15 lines
320 B
Batchfile
15 lines
320 B
Batchfile
@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
|
|
|
|
|