From 8f6b2c91f0e35efd376481a58b93ff20adfd3d75 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 29 Sep 1996 18:27:22 -0400 Subject: [PATCH] Simplify, but ensure headers aren't changed. From-SVN: r12859 --- gcc/config/x-linux | 16 ++-------------- 1 file 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 = -- 2.30.2