diff options
Diffstat (limited to 'gdb/config/rs6000.mh')
-rw-r--r-- | gdb/config/rs6000.mh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 6268571..a4037eb 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -26,14 +26,6 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread # We have no idea who our current compiler is though, so we skip it. # MH_CFLAGS = -bnodelcsect -# The IBM version of /usr/include/rpc/rpc.h has a bug -- it says -# `extern fd_set svc_fdset;' without ever defining the type fd_set. -# Unfortunately this occurs in the vx-share code, which is not configured -# like the rest of GDB (e.g. it doesn't include "defs.h"). -# We circumvent this bug by #define-ing fd_set here, but undefining it in -# the xm-rs6000.h file before ordinary modules try to use it. FIXME, IBM! -MH_CFLAGS=-Dfd_set=int - # Because of shared libraries, we risk ending up with *two* # incompatible versions of malloc if we use GNU malloc ... MMALLOC_LIB = |