projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7914d
)
(STMP_FIXPROTO): Uncomment the definition.
author
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 1993 18:41:48 +0000
(18:41 +0000)
committer
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 1993 18:41:48 +0000
(18:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5864
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index
8685149
..
d30591f
100644
(file)
--- 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.)