diff options
Diffstat (limited to 'gdb/config/powerpc/aix.mh')
-rw-r--r-- | gdb/config/powerpc/aix.mh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/powerpc/aix.mh b/gdb/config/powerpc/aix.mh new file mode 100644 index 0000000..bac3e30 --- /dev/null +++ b/gdb/config/powerpc/aix.mh @@ -0,0 +1,11 @@ +# Host: IBM PowerPC running AIX + +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 |