From: Richard Kenner Date: Sun, 29 Sep 1996 22:27:22 +0000 (-0400) Subject: Simplify, but ensure headers aren't changed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f6b2c91f0e35efd376481a58b93ff20adfd3d75;p=gcc.git Simplify, but ensure headers aren't changed. From-SVN: r12859 --- 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 =