summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1994-05-18 23:08:30 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1994-05-18 23:08:30 +0000
commitb33b80ed5adffc3ebffce042f06c0b483a2517a0 (patch)
tree773c057c2941cb4bab2d2e967467ad0c7502c00c
parent15fe2909d495e6198fd8e6d465c95548df709459 (diff)
downloadgcc-b33b80ed5adffc3ebffce042f06c0b483a2517a0.tar.gz
(FIXPROTO_DEFINES): New variable: extra #defines for
fixproto to use. (stmp-fixproto): Pass it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7333 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 3e0ce217677..ae9c6e40837 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -327,6 +327,9 @@ INSTALL_TARGET=install-normal
# Source for float.h. Overridden by cross-make.
FLOAT_H=float.h-nat
+# Extra symbols for fixproto to define when parsing headers.
+FIXPROTO_DEFINES =
+
# End of variables for you to override.
# Definition of `all' is here so that new rules inserted by sed
@@ -1620,6 +1623,7 @@ stmp-fixproto: fixhdr.ready fixproto stmp-headers
else \
: This line works around a 'make' bug in BSDI 1.1.; \
CPP="$(GCC_FOR_TARGET) -E"; export CPP; \
+ FIXPROTO_DEFINES="$(FIXPROTO_DEFINES)"; export FIXPROTO_DEFINES; \
$(SHELL) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR); \
touch include/fixed; \
fi