[CVS 980319]: Patch for minor installation glitch

Manfred Hollstein manfred@s-direktnet.de
Thu Mar 19 01:01:00 GMT 1998


install-gcc defines LANGUAGES="c c++" while install-gcc-cross should.
This patch fixes it.

Thu Mar 19 09:39:05 1998  Manfred Hollstein  <manfred@s-direktnet.de>

	* Makefile.in (install-gcc): Don't specify LANGUAGES here.
	(install-gcc-cross): Instead, override LANGUAGES here.

diff -up Makefile.in.orig Makefile.in
--- Makefile.in.orig	Wed Mar 18 18:20:53 1998
+++ Makefile.in	Thu Mar 19 09:40:28 1998
@@ -1345,7 +1345,7 @@ install-gcc:
 	  r=`pwd`; export r; \
 	  s=`cd $(srcdir); pwd`; export s; \
 	  $(SET_LIB_PATH) \
-	  (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
+	  (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
 	else \
 	  true; \
 	fi
@@ -1356,7 +1356,7 @@ install-gcc-cross:
 	  r=`pwd`; export r; \
 	  s=`cd $(srcdir); pwd`; export s; \
 	  $(SET_LIB_PATH) \
-	  (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
+	  (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
 	else \
 	  true; \
 	fi



More information about the Gcc-bugs mailing list