Commit | Line | Data |
---|---|---|
65eaea27 JL |
1 | # Host: IBM PowerPC running AIX4 |
2 | ||
3 | XM_FILE= xm-aix.h | |
4 | XDEPFILES= | |
5 | ||
6 | NAT_FILE= nm-aix.h | |
7 | NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread.o | |
8 | ||
9 | # When compiled with cc, for debugging, this argument should be passed. | |
10 | # We have no idea who our current compiler is though, so we skip it. | |
11 | # MH_CFLAGS = -bnodelcsect | |
12 | ||
13 | # Because of shared libraries, we risk ending up with *two* | |
14 | # incompatible versions of malloc if we use GNU malloc ... | |
15 | MMALLOC = | |
54109914 | 16 | MMALLOC_CFLAGS = -DNO_MMALLOC |
65eaea27 | 17 | |
65eaea27 JL |
18 | # Rumor has it that libtermcap is "not really functional", and that |
19 | # -lcurses is better. | |
20 | TERMCAP= -lcurses |