Commit 233fdd10 by Richard Kenner

(BOOT_CFLAGS, STMP_FIXPROTO, STMP_FIXPROTO): Deleted.

From-SVN: r11934
parent 00cd3feb
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
# at the end of the search order. When a new version of gcc is released, # 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. # gcc's limits.h hasn't been installed yet and hence isn't found.
BOOT_CFLAGS = -O $(CFLAGS) -Iinclude # BOOT_CFLAGS = -O $(CFLAGS) -Iinclude
# Don't run fixproto # Don't run fixproto
STMP_FIXPROTO = # STMP_FIXPROTO =
# Don't install "assert.h" in gcc. We use the one in glibc. # Don't install "assert.h" in gcc. We use the one in glibc.
INSTALL_ASSERT_H = # INSTALL_ASSERT_H =
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# at the end of the search order. When a new version of gcc is released, # 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. # gcc's limits.h hasn't been installed yet and hence isn't found.
BOOT_CFLAGS = -O $(CFLAGS) -Iinclude # BOOT_CFLAGS = -O $(CFLAGS) -Iinclude
# Don't run fixproto # Don't run fixproto
STMP_FIXPROTO = # STMP_FIXPROTO =
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment