blob: 9ee2f2fb7bf466119d6405ad644e99dc0d713fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Host: IBM PowerPC running AIX
NAT_FILE= nm-aix.h
# aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure.
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \
xcoffread.o xcoffsolib.o
# When compiled with cc, for debugging, this argument should be passed.
# We have no idea who our current compiler is though, so we skip it.
# MH_CFLAGS = -bnodelcsect
|