home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gcc-2.5.8-src.lha / src / amiga / gcc-2.5.8 / config / i386 / x-linux < prev    next >
Encoding:
Text File  |  1993-10-26  |  536 b   |  14 lines

  1. X_CFLAGS = -DPOSIX
  2.  
  3. # The following is needed when compiling stages 2 and 3 because gcc's
  4. # limits.h must be picked up before /usr/include/limits.h.  This is because
  5. # each does an #include_next of the other if the other hasn't been included.
  6. # /usr/include/limits.h loses if it gets found first because /usr/include is
  7. # at the end of the search order.  When a new version of gcc is released,
  8. # gcc's limits.h hasn't been installed yet and hence isn't found.
  9.  
  10. BOOT_CFLAGS = -O $(CFLAGS) -Iinclude
  11.  
  12. # Don't run fixproto
  13. STMP_FIXPROTO =
  14.