diff options
Diffstat (limited to 'gdb/config/rs6000/rs6000.mh')
-rw-r--r-- | gdb/config/rs6000/rs6000.mh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/rs6000/rs6000.mh b/gdb/config/rs6000/rs6000.mh new file mode 100644 index 00000000000..600d616124c --- /dev/null +++ b/gdb/config/rs6000/rs6000.mh @@ -0,0 +1,11 @@ +# Host: IBM RS/6000 running AIX + +XM_FILE= xm-rs6000.h +XDEPFILES= + +NAT_FILE= nm-rs6000.h +NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.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 |