Another small patch for 1.0.2
Manfred Hollstein
manfred@s-direktnet.de
Sat Mar 14 06:27:00 GMT 1998
To enable the various Linux distributors building egcs-1.0.2 packages
we should merge this patch into 1.0.2.
Wed Jan 28 17:20:25 1998 Manfred Hollstein <manfred@s-direktnet.de>
Pieter Nagel <pnagel@epiuse.co.za>
* Makefile.in (BASE_FLAGS_TO_PASS): Pass gxx_include_dir down
to sub-makes.
diff -rup -x CVS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-1.0.2-980313.orig/Makefile.in egcs-1.0.2-980313/Makefile.in
--- egcs-1.0.2-980313.orig/Makefile.in Thu Nov 27 09:35:30 1997
+++ egcs-1.0.2-980313/Makefile.in Sat Mar 14 12:28:30 1998
@@ -349,7 +347,8 @@ BASE_FLAGS_TO_PASS = \
"YACC=$(YACC)" \
"exec_prefix=$(exec_prefix)" \
"prefix=$(prefix)" \
- "tooldir=$(tooldir)"
+ "tooldir=$(tooldir)" \
+ "gxx_include_dir=$(gxx_include_dir)"
# Flags to pass down to most sub-makes, in which we're building with
# the host environment.
More information about the Gcc-bugs
mailing list