* config/rs6000.mh: Get rid of -Dfd_set=int crock.
[deliverable/binutils-gdb.git] / gdb / config / rs6000.mh
index 6268571a7217cb9aaaca0bf5143d7fe0acf89d80..a4037eb1152b73e148f0a78d86a21ee25ed6e62b 100644 (file)
@@ -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 = 
This page took 0.022556 seconds and 4 git commands to generate.