/hg/release/icedtea7-forest-2.3/hotspot: Tell gcc explicitly tha...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jul 25 12:28:12 PDT 2013


changeset ca2cc93a6640 in /hg/release/icedtea7-forest-2.3/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot?cmd=changeset;node=ca2cc93a6640
author: andrew
date: Thu Jul 25 20:28:04 2013 +0100

	Tell gcc explicitly that the input from stdin is C++, allowing C++ flags to be used.


diffstat:

 make/linux/makefiles/zeroshark.make |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d24281f1ddc2 -r ca2cc93a6640 make/linux/makefiles/zeroshark.make
--- a/make/linux/makefiles/zeroshark.make	Wed Jul 24 22:26:51 2013 +0100
+++ b/make/linux/makefiles/zeroshark.make	Thu Jul 25 20:28:04 2013 +0100
@@ -42,7 +42,7 @@
 
 bytecodes_arm.s: bytecodes_arm.def mkbc
 	@echo Generating ARM assembler bytecode sequences
-	$(CXX_COMPILE) -E - < $< | ./mkbc - $@ $(COMPILE_DONE)
+	$(CXX_COMPILE) -E -x c++ - < $< | ./mkbc - $@ $(COMPILE_DONE)
 
 mkbc:	$(GAMMADIR)/tools/mkbc.c
 	@echo Compiling mkbc tool



More information about the distro-pkg-dev mailing list