aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/aix432.mh
blob: fc7a8b18e27dee6e557e155250ad5ace32d85580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Host: IBM PowerPC running AIX 4.3.2+

XM_FILE= xm-aix.h

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

# gdb is too big for all of its external symbols to fit in a small TOC
# It looks like the GNU linker doesn't understand the -bbigtoc switch.
# This switch may be needed for some vendor compilers.
# MH_LDFLAGS = -Wl,-bbigtoc