| OLD | NEW |
| 1 # Host: IBM PowerPC running AIX | 1 # Host: IBM PowerPC running AIX |
| 2 | 2 |
| 3 NAT_FILE= config/rs6000/nm-rs6000.h | 3 NAT_FILE= config/rs6000/nm-rs6000.h |
| 4 | 4 |
| 5 # aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. | 5 # aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. |
| 6 NATDEPFILES= fork-child.o inf-ptrace.o corelow.o rs6000-nat.o \ | 6 NATDEPFILES= fork-child.o inf-ptrace.o rs6000-nat.o \ |
| 7 » xcoffread.o xcoffsolib.o | 7 » xcoffsolib.o |
| 8 | 8 |
| 9 # When compiled with cc, for debugging, this argument should be passed. | 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. | 10 # We have no idea who our current compiler is though, so we skip it. |
| 11 # MH_CFLAGS = -bnodelcsect | 11 # MH_CFLAGS = -bnodelcsect |
| OLD | NEW |