From: Richard Stallman Date: Thu, 21 Oct 1993 18:41:48 +0000 (+0000) Subject: (STMP_FIXPROTO): Uncomment the definition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75b6984cadb04a9f1b40edb0f5902ff6817aaa8d;p=gcc.git (STMP_FIXPROTO): Uncomment the definition. From-SVN: r5864 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 868514901cb..d30591f6c5a 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.)