summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-05-04 20:11:33 +0000
committerVeronika Irvine <veronika>2005-05-04 20:11:33 +0000
commit88f3ece4fd44db1d2edc7a944969d3773d38ce1b (patch)
tree1768d916758c01246ff431bbab1a79436cca10bc
parent087f693c2613e1e2b7b9c98a18997f9c65fe98cc (diff)
downloadeclipse.platform.swt-88f3ece4fd44db1d2edc7a944969d3773d38ce1b.tar.gz
eclipse.platform.swt-88f3ece4fd44db1d2edc7a944969d3773d38ce1b.tar.xz
eclipse.platform.swt-88f3ece4fd44db1d2edc7a944969d3773d38ce1b.zip
Bug 88129 strip symbols from libraries
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak
index 77f1bf3cd6..a2c020fcc6 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak
@@ -37,7 +37,7 @@ GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthrea
CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc
-AWT_LIBS = -L$(AWT_LIB_PATH) -ljawt -shared -static-libgcc
+AWT_LIBS = -L$(AWT_LIB_PATH) -ljawt -shared -s -static-libgcc
ATKCFLAGS = `pkg-config --cflags atk gtk+-2.0`
ATKLIBS = `pkg-config --libs-only-L atk gtk+-2.0`-latk-1.0 -lgtk-x11-2.0
@@ -62,7 +62,7 @@ MOZILLACFLAGS = -O \
-I$(GECKO_SDK)/string/include \
-I$(GECKO_SDK)/embed_base/include \
-I$(GECKO_SDK)/embedstring/include
-MOZILLALIBS = -shared -Wl,--version-script=mozilla_exports -Bsymbolic \
+MOZILLALIBS = -shared -s -Wl,--version-script=mozilla_exports -Bsymbolic \
-L$(GECKO_SDK)/embedstring/bin -lembedstring \
-L$(GECKO_SDK)/embed_base/bin -lembed_base_s \
-L$(GECKO_SDK)/xpcom/bin -lxpcomglue_s -lxpcom \
@@ -84,7 +84,7 @@ CFLAGS = -O -Wall \
-fpic \
${SWT_PTR_CFLAGS} \
-I$(CDE_HOME)/include
-LIBS = -shared -fpic -static-libgcc
+LIBS = -shared -fpic -s -static-libgcc
all: make_swt make_atk make_awt make_cde