home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / gdb / config / rs6000 / rs6000.mh < prev    next >
Encoding:
Text File  |  1994-08-31  |  781 b   |  25 lines

  1. # Host: IBM RS/6000 running AIX
  2.  
  3. XM_FILE= xm-rs6000.h
  4. XDEPFILES= 
  5.  
  6. NAT_FILE= nm-rs6000.h
  7. NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread.o
  8.  
  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.
  11. # MH_CFLAGS = -bnodelcsect
  12.  
  13. # Because of shared libraries, we risk ending up with *two*
  14. # incompatible versions of malloc if we use GNU malloc ...
  15. MMALLOC = 
  16. MMALLOC_DISABLE = -DNO_MMALLOC
  17.  
  18. # A bug in the AIX 3.2 libc.a results in unresolved references for .scalb and
  19. # .finite because we call ldexp via floatformat.  Circumvent by adding -lm.
  20. XM_CLIBS= -lm
  21.  
  22. # Rumor has it that libtermcap is "not really functional", and that
  23. # -lcurses is better.
  24. TERMCAP= -lcurses
  25.