FreeBSD Bugzilla – Attachment 150061 Details for
Bug 193009
java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dynamically link
patch-jdk-make-lib-ServiceabilityLibraries.gmk (text/plain), 1.11 KB, created by
openjdk
on 2014-12-01 07:00:28 UTC
(
hide
)
Description:
dynamically link
Filename:
MIME Type:
Creator:
openjdk
Created:
2014-12-01 07:00:28 UTC
Size:
1.11 KB
patch
obsolete
>--- jdk/make/lib/ServiceabilityLibraries.gmk.orig 2014-11-25 21:11:53 UTC >+++ jdk/make/lib/ServiceabilityLibraries.gmk >@@ -252,15 +252,14 @@ $(eval $(call SetupNativeCompilation,BUI > CFLAGS := $(LIBINSTRUMENT_CFLAGS), \ > CFLAGS_debug := -DJPLIS_LOGGING, \ > CFLAGS_release := -DNO_JPLIS_LOGGING, \ >- CFLAGS_bsd := -DLIBICONV_PLUG, \ >+ CFLAGS_bsd := -DLIBICONV_PLUG %%ICONV_CPPFLAGS%%, \ > MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libinstrument/mapfile-vers, \ > LDFLAGS := $(LDFLAGS_JDKLIB) \ > $(call SET_SHARED_LIBRARY_ORIGIN) \ > $(LIBINSTRUMENT_LDFLAGS), \ > LDFLAGS_linux := $(call SET_SHARED_LIBRARY_ORIGIN,/jli), \ > LDFLAGS_solaris := $(call SET_SHARED_LIBRARY_ORIGIN,/jli), \ >- LDFLAGS_bsd := -Xlinker --whole-archive $(JDK_OUTPUTDIR)/objs/libjli_static.a \ >- -Xlinker --no-whole-archive, \ >+ LDFLAGS_bsd := $(call SET_SHARED_LIBRARY_ORIGIN,/jli), \ > LDFLAGS_macosx := -Xlinker -all_load $(JDK_OUTPUTDIR)/objs/libjli_static.a \ > -framework Cocoa -framework Security -framework ApplicationServices, \ > LDFLAGS_SUFFIX := $(LIBINSTRUMENT_LDFLAGS_SUFFIX), \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193009
:
146294
|
150060
| 150061 |
153565
|
153588
|
153589