diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-29 22:27:22 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-29 22:27:22 +0000 |
commit | 59d6fc0f70372f52efa47d9b176affc7e1047cd3 (patch) | |
tree | de073876ddf1836a602d37a869d5a0bd8eb2dd3b /gcc/config/x-linux | |
parent | 240440065d7fe5cd616048dd965d1c48132de713 (diff) | |
download | gcc-59d6fc0f70372f52efa47d9b176affc7e1047cd3.tar.gz |
Simplify, but ensure headers aren't changed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/x-linux')
-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 5bacd08f485..a7c091799e8 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 = |