aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-21 18:41:48 +0000
committerRichard Stallman <rms@gnu.org>1993-10-21 18:41:48 +0000
commit75b6984cadb04a9f1b40edb0f5902ff6817aaa8d (patch)
treee2350042c298b5c6afe912c3f936906348aa01ea
parent6feec57dd178ec4237dd5460f62f0821260c9f86 (diff)
downloadgcc-75b6984cadb04a9f1b40edb0f5902ff6817aaa8d.zip
gcc-75b6984cadb04a9f1b40edb0f5902ff6817aaa8d.tar.gz
gcc-75b6984cadb04a9f1b40edb0f5902ff6817aaa8d.tar.bz2
(STMP_FIXPROTO): Uncomment the definition.
From-SVN: r5864
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 8685149..d30591f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -121,8 +121,8 @@ RANLIB_TEST_FOR_TARGET = [ -f $(TARGET_TOOLPREFIX)ranlib ]
# Dir to search for system headers. Overridden by cross-make.
SYSTEM_HEADER_DIR = /usr/include
-# Uncomment following line for fixproto support. (May become the default!)
-# STMP_FIXPROTO = stmp-fixproto
+# Control whether to run fixproto.
+STMP_FIXPROTO = stmp-fixproto
# There may be a premade insn-attrtab.c for this machine.
# (You could rebuild it with genattrtab as usual, but it takes a long time.)