(FIXPROTO_DEFINES): New variable: extra #defines for
fixproto to use.
(stmp-fixproto): Pass it.
From-SVN: r7333
# 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
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