/hg/release/icedtea7-forest-2.3/hotspot: Use $(CC) as before for...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Jul 26 01:51:38 PDT 2013
changeset 799641e9320f in /hg/release/icedtea7-forest-2.3/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot?cmd=changeset;node=799641e9320f
author: andrew
date: Fri Jul 26 09:51:14 2013 +0100
Use $(CC) as before for bytecodes_arm.s and mkoffsets targets
diffstat:
make/linux/makefiles/zeroshark.make | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r ca2cc93a6640 -r 799641e9320f make/linux/makefiles/zeroshark.make
--- a/make/linux/makefiles/zeroshark.make Thu Jul 25 20:28:04 2013 +0100
+++ b/make/linux/makefiles/zeroshark.make Fri Jul 26 09:51:14 2013 +0100
@@ -42,7 +42,7 @@
bytecodes_arm.s: bytecodes_arm.def mkbc
@echo Generating ARM assembler bytecode sequences
- $(CXX_COMPILE) -E -x c++ - < $< | ./mkbc - $@ $(COMPILE_DONE)
+ $(CC_COMPILE) $(CFLAGS) -E -x c++ - < $< | ./mkbc - $@ $(COMPILE_DONE)
mkbc: $(GAMMADIR)/tools/mkbc.c
@echo Compiling mkbc tool
@@ -51,7 +51,7 @@
mkoffsets: asm_helper.cpp
@echo Compiling offset generator
$(QUIETLY) $(REMOVE_TARGET)
- $(CXX_COMPILE) -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE)
+ $(CC_COMPILE) $(CFLAGS) -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE)
endif
More information about the distro-pkg-dev
mailing list