source: trunk/third/gcc/config/x-linux @ 8834

Revision 8834, 576 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1# It is defined in config/xm-linux.h.
2# X_CFLAGS = -DPOSIX
3
4# The following is needed when compiling stages 2 and 3 because gcc's
5# limits.h must be picked up before /usr/include/limits.h.  This is because
6# each does an #include_next of the other if the other hasn't been included.
7# /usr/include/limits.h loses if it gets found first because /usr/include is
8# at the end of the search order.  When a new version of gcc is released,
9# gcc's limits.h hasn't been installed yet and hence isn't found.
10
11BOOT_CFLAGS = -O $(CFLAGS) -Iinclude
12
13# Don't run fixproto
14STMP_FIXPROTO =
Note: See TracBrowser for help on using the repository browser.