diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-21 18:41:48 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-21 18:41:48 +0000 |
commit | 75b6984cadb04a9f1b40edb0f5902ff6817aaa8d (patch) | |
tree | e2350042c298b5c6afe912c3f936906348aa01ea /gcc | |
parent | 6feec57dd178ec4237dd5460f62f0821260c9f86 (diff) | |
download | gcc-75b6984cadb04a9f1b40edb0f5902ff6817aaa8d.zip gcc-75b6984cadb04a9f1b40edb0f5902ff6817aaa8d.tar.gz gcc-75b6984cadb04a9f1b40edb0f5902ff6817aaa8d.tar.bz2 |
(STMP_FIXPROTO): Uncomment the definition.
From-SVN: r5864
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 4 |
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.) |