195d8173c7
bug1-bug2-..-bugN-XY-lowercase_comment_suffix_or_jdkpart.patch XY is number 01-99 for patches which are order sensitive or simply counts together where bugs are jdkIJK or prLMN or rhOPQ and if more bugs (which is desired) then in jdk->pr->rh order. I..Q are numbers corresponding to: https://bugs.openjdk.java.net/browse/JDK-IJK https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=LMN https://bugzilla.redhat.com/show_bug.cgi?id=OPQ
14 lines
397 B
Diff
14 lines
397 B
Diff
--- openjdk/hotspot/make/linux/makefiles/gcc.make 2018-09-17 15:40:56.933127667 +0200
|
|
+++ openjdk/hotspot/make/linux/makefiles/gcc.make 2018-09-17 15:40:56.831127850 +0200
|
|
@@ -184,6 +184,10 @@
|
|
LFLAGS += $(ARCHFLAG)
|
|
ASFLAGS += $(ARCHFLAG)
|
|
|
|
+ifeq ($(DEBUG_BINARIES), true)
|
|
+ ASFLAGS += $(ASFLAGS_DEBUG_SYMBOLS)
|
|
+endif
|
|
+
|
|
# Use C++ Interpreter
|
|
ifdef CC_INTERP
|
|
CFLAGS += -DCC_INTERP
|