178b282ba9
config/mips/{embed embed64 embedl embedl64 vr4300 vr4300el vr5000 vr5000el}.mt config/powerpc/{aix aix4}.mh config/rs6000/{aix aix4}.mh config/sh/sh.mt config/sparc/sp64sim.mt: start-sanitize-v850 config/v850/v850.mt: end-sanitize-v850 Remove -lm. That's now handled by configure.
20 lines
606 B
Text
20 lines
606 B
Text
# Host: IBM PowerPC running AIX4
|
|
|
|
XM_FILE= xm-aix.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-aix.h
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread.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
|
|
|
|
# Because of shared libraries, we risk ending up with *two*
|
|
# incompatible versions of malloc if we use GNU malloc ...
|
|
MMALLOC =
|
|
MMALLOC_CFLAGS = -DNO_MMALLOC
|
|
|
|
# Rumor has it that libtermcap is "not really functional", and that
|
|
# -lcurses is better.
|
|
TERMCAP= -lcurses
|