Add declaration of free() to config/ho-generic.h
[deliverable/binutils-gdb.git] / gas / configdos.bat
1 @echo off
2 echo Configuring GAS for H8/300
3
4 copy config\ho-go32.h host.h
5 copy config\tc-h8300.c targ-cpu.c
6 copy config\tc-h8300.h targ-cpu.h
7 copy config\te-generic.h targ-env.h
8 copy config\objcoff-bfd.h obj-format.h
9 copy config\objcoff-bfd.c obj-format.c
10 copy config\atof-ieee.c atof-targ.c
11
12 copy Makefile.dos Makefile
13
14
This page took 0.029246 seconds and 4 git commands to generate.