summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2009-07-06 17:03:39 +0000
committerBogdan Gheorghe <gheorghe>2009-07-06 17:03:39 +0000
commite73d69c82d35697dd0cf5dd993cb823fcbfb4561 (patch)
treeec2a36c6a225a759ec575c68a926f3fdb936711a /bundles/org.eclipse.swt/Eclipse SWT PI/motif
parent14cc02d88eb405058876ed721df6e4a4cc8ab1a0 (diff)
downloadeclipse.platform.swt-e73d69c82d35697dd0cf5dd993cb823fcbfb4561.tar.gz
eclipse.platform.swt-e73d69c82d35697dd0cf5dd993cb823fcbfb4561.tar.xz
eclipse.platform.swt-e73d69c82d35697dd0cf5dd993cb823fcbfb4561.zip
282001 SWT 64 Libraries on AIX built with wrong compiler options
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_aix.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_aix.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_aix.mak
index 2ff4a60827..ca5d7a28fe 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_aix.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_aix.mak
@@ -29,7 +29,7 @@ SWT_PREFIX = swt
WS_PREFIX = motif
SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).a
SWT_OBJS = swt.o c.o c_stats.o callback.o os.o os_structs.o os_custom.o os_stats.o
-SWT_LIBS = -L$(MOTIF_HOME) -G -bnoentry -lc_r -lC_r -lm -bexpall -lXm -lMrm -lXt -lX11 -lXext -liconv -lXtst
+SWT_LIBS = -L$(MOTIF_HOME) -bnoentry -lc_r -lC_r -lm -bexpall -lXm -lMrm -lXt -lX11 -lXext -liconv -lXtst
CDE_PREFIX = swt-cde
CDE_LIB = lib$(CDE_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).a
@@ -40,12 +40,12 @@ CAIRO_PREFIX = swt-cairo
CAIRO_LIB = lib$(CAIRO_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).a
CAIRO_OBJS = swt.o cairo.o cairo_structs.o cairo_stats.o
CAIROCFLAGS = `pkg-config --cflags cairo`
-CAIRO_LIBS = -G -bnoentry -bexpall -lc `pkg-config --libs-only-L cairo` -lcairo
+CAIRO_LIBS = -bnoentry -bexpall -lc `pkg-config --libs-only-L cairo` -lcairo
AWT_PREFIX = swt-awt
AWT_LIB = lib$(AWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).a
AWT_OBJS = swt_awt.o
-AWT_LIBS = -L$(AWT_HOME) -ljawt -G -bnoentry -bexpall -lc
+AWT_LIBS = -L$(AWT_HOME) -ljawt -lX11 -bnoentry -bexpall -lc
# Uncomment for Native Stats tool
#NATIVE_STATS = -DNATIVE_STATS