diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-29 18:27:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-29 18:27:22 -0400 |
commit | 8f6b2c91f0e35efd376481a58b93ff20adfd3d75 (patch) | |
tree | de073876ddf1836a602d37a869d5a0bd8eb2dd3b /gcc | |
parent | 7f411a987c6c3dbdaefa23f66df0493786ed268a (diff) | |
download | gcc-8f6b2c91f0e35efd376481a58b93ff20adfd3d75.zip gcc-8f6b2c91f0e35efd376481a58b93ff20adfd3d75.tar.gz gcc-8f6b2c91f0e35efd376481a58b93ff20adfd3d75.tar.bz2 |
Simplify, but ensure headers aren't changed.
From-SVN: r12859
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/x-linux | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gcc/config/x-linux b/gcc/config/x-linux index 5bacd08..a7c0917 100644 --- a/gcc/config/x-linux +++ b/gcc/config/x-linux @@ -1,17 +1,5 @@ -# It is defined in config/xm-linux.h. -# X_CFLAGS = -DPOSIX - -# The following is needed when compiling stages 2 and 3 because gcc's -# limits.h must be picked up before /usr/include/limits.h. This is because -# each does an #include_next of the other if the other hasn't been included. -# /usr/include/limits.h loses if it gets found first because /usr/include is -# at the end of the search order. When a new version of gcc is released, -# gcc's limits.h hasn't been installed yet and hence isn't found. - -# BOOT_CFLAGS = -O $(CFLAGS) -Iinclude - # Don't run fixproto -# STMP_FIXPROTO = +STMP_FIXPROTO = # Don't install "assert.h" in gcc. We use the one in glibc. -# INSTALL_ASSERT_H = +INSTALL_ASSERT_H = |