source:
npl/java/openjdk/patches/icedtea_zero_debuginfo.patch
@
f33f781
Last change on this file since f33f781 was 981dbbc, checked in by , 7 years ago | |
---|---|
|
|
File size: 2.2 KB |
-
openjdk/hotspot/make/linux/makefiles/defs.make
old new 132 132 # Full Debug Symbols is supported on JDK7 or newer 133 133 134 134 # Default OBJCOPY comes from GNU Binutils on Linux: 135 DEF_OBJCOPY= /usr/bin/objcopy135 DEF_OBJCOPY=feck 136 136 ifdef CROSS_COMPILE_ARCH 137 137 # don't try to generate .debuginfo files when cross compiling 138 138 _JUNK_ := $(shell \ … … 215 215 $(EXPORT_LIB_DIR)/sa-jdi.jar 216 216 ADD_SA_BINARIES/sparc = $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.so \ 217 217 $(EXPORT_LIB_DIR)/sa-jdi.jar 218 ifneq ($(OBJCOPY),)219 ADD_SA_BINARIES/x86 += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo220 ADD_SA_BINARIES/sparc += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo221 endif218 #ifneq ($(OBJCOPY),) 219 # ADD_SA_BINARIES/x86 += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo 220 # ADD_SA_BINARIES/sparc += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo 221 #endif 222 222 ADD_SA_BINARIES/ppc = 223 223 ADD_SA_BINARIES/ia64 = 224 224 ADD_SA_BINARIES/arm = -
openjdk-boot/hotspot/make/linux/makefiles/defs.make
old new 132 132 # Full Debug Symbols is supported on JDK7 or newer 133 133 134 134 # Default OBJCOPY comes from GNU Binutils on Linux: 135 DEF_OBJCOPY= /usr/bin/objcopy135 DEF_OBJCOPY=feck 136 136 ifdef CROSS_COMPILE_ARCH 137 137 # don't try to generate .debuginfo files when cross compiling 138 138 _JUNK_ := $(shell \ … … 215 215 $(EXPORT_LIB_DIR)/sa-jdi.jar 216 216 ADD_SA_BINARIES/sparc = $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.so \ 217 217 $(EXPORT_LIB_DIR)/sa-jdi.jar 218 ifneq ($(OBJCOPY),)219 ADD_SA_BINARIES/x86 += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo220 ADD_SA_BINARIES/sparc += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo221 endif218 #ifneq ($(OBJCOPY),) 219 # ADD_SA_BINARIES/x86 += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo 220 # ADD_SA_BINARIES/sparc += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo 221 #endif 222 222 ADD_SA_BINARIES/ppc = 223 223 ADD_SA_BINARIES/ia64 = 224 224 ADD_SA_BINARIES/arm =
Note: See TracBrowser
for help on using the repository browser.