/hg/release/icedtea7-forest-2.3/hotspot: Include $(CFLAGS) in as...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Jul 26 03:31:55 PDT 2013
changeset 37b254871acb in /hg/release/icedtea7-forest-2.3/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot?cmd=changeset;node=37b254871acb
author: andrew
date: Fri Jul 26 11:31:42 2013 +0100
Include $(CFLAGS) in assembler stage
diffstat:
make/linux/makefiles/zeroshark.make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 799641e9320f -r 37b254871acb make/linux/makefiles/zeroshark.make
--- a/make/linux/makefiles/zeroshark.make Fri Jul 26 09:51:14 2013 +0100
+++ b/make/linux/makefiles/zeroshark.make Fri Jul 26 11:31:42 2013 +0100
@@ -58,7 +58,7 @@
%.o: %.S
@echo Assembling $<
$(QUIETLY) $(REMOVE_TARGET)
- $(COMPILE.CC) -o $@ $< $(COMPILE_DONE)
+ $(COMPILE.CC) $(CFLAGS) -o $@ $< $(COMPILE_DONE)
# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
More information about the distro-pkg-dev
mailing list