Blame jdk8219772-extra_c_cxx_flags_not_picked_for_assembler_source.patch

Severin Gehwolf 7450dd4
diff --git openjdk.orig/hotspot/make/linux/makefiles/vm.make openjdk.orig/hotspot/make/linux/makefiles/vm.make
Severin Gehwolf 7450dd4
--- openjdk.orig/hotspot/make/linux/makefiles/vm.make
Severin Gehwolf 7450dd4
+++ openjdk/hotspot/make/linux/makefiles/vm.make
Severin Gehwolf 7450dd4
@@ -121,6 +121,7 @@
Severin Gehwolf 7450dd4
 CFLAGS += $(CFLAGS/NOEX)
Severin Gehwolf 7450dd4
 
Severin Gehwolf 7450dd4
 # Extra flags from gnumake's invocation or environment
Severin Gehwolf 7450dd4
+ASFLAGS += $(EXTRA_CFLAGS)
Severin Gehwolf 7450dd4
 CFLAGS += $(EXTRA_CFLAGS)
Severin Gehwolf 7450dd4
 LFLAGS += $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS)
Severin Gehwolf 7450dd4