Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 248682 Details for
Bug 393834
Don't strip debug symbols from SWT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Don't strip by default and don't ignore system CFLAGS/LFLAGS
0001-Bug-393834-Don-t-strip-debug-symbols-from-SWT.patch (text/plain), 1.68 KB, created by
Matthias Mailänder
on 2014-11-15 15:18:38 EST
(
hide
)
Description:
Don't strip by default and don't ignore system CFLAGS/LFLAGS
Filename:
MIME Type:
Creator:
Matthias Mailänder
Created:
2014-11-15 15:18:38 EST
Size:
1.68 KB
patch
obsolete
>From ede2dbde846558b07c9156bcde16a989b689ebce Mon Sep 17 00:00:00 2001 >Message-Id: <ede2dbde846558b07c9156bcde16a989b689ebce.1416082613.git.matthias@mailaender.name> >From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <matthias@mailaender.name> >Date: Sat, 15 Nov 2014 21:02:48 +0100 >Subject: [PATCH] Bug 393834 - Don't strip debug symbols from SWT >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Change-Id: Ibce65a63dddbd988aaffdd746276cc177a68163e >Signed-off-by: Matthias Mailänder <matthias@mailaender.name> >--- > .../org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) > >diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak >index 6bce587..d656809 100644 >--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak >+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak >@@ -118,7 +118,7 @@ XPCOMINIT_OBJECTS = swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o > WEBKIT_OBJECTS = swt.o webkit.o webkit_structs.o webkit_stats.o > GLX_OBJECTS = swt.o glx.o glx_structs.o glx_stats.o > >-CFLAGS = -O -Wall \ >+CFLAGS := $(CFLAGS) -O -Wall \ > -DSWT_VERSION=$(SWT_VERSION) \ > $(NATIVE_STATS) \ > -DLINUX -DGTK \ >@@ -126,13 +126,7 @@ CFLAGS = -O -Wall \ > -I$(JAVA_HOME)/include/linux \ > -fPIC \ > ${SWT_PTR_CFLAGS} >-LFLAGS = -shared -fPIC ${SWT_LFLAGS} >- >-ifndef NO_STRIP >- AWT_LFLAGS := $(AWT_LFLAGS) -s >- MOZILLALFLAGS := $(MOZILLALFLAGS) -s >- LFLAGS := $(LFLAGS) -s >-endif >+LFLAGS := $(LFLAGS) -shared -fPIC ${SWT_LFLAGS} > > all: make_swt make_atk make_glx make_webkit > >-- >2.1.2 >
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 393834
: 248682