forked from Imagelibrary/binutils-gdb
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
This commit is contained in:
10
gdb/config/m68k/apollo68v.mh
Normal file
10
gdb/config/m68k/apollo68v.mh
Normal file
@@ -0,0 +1,10 @@
|
||||
RANLIB=echo >/dev/null
|
||||
XM_FILE= xm-apollo68v.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
REGEX=regex.o
|
||||
REGEX1=regex.o
|
||||
CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_SYS_FILE
|
||||
XDEPFILES=
|
||||
NAT_FILE= nm-apollo68v.h
|
||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o a68v-nat.o
|
||||
Reference in New Issue
Block a user