mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
15 lines
320 B
Batchfile
Executable File
15 lines
320 B
Batchfile
Executable File
@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
|
|
|
|
|