Blame jdk8219772-extra_c_cxx_flags_not_picked_for_assembler_source.patch

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