summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2009-10-19 22:22:24 +0000
committerBogdan Gheorghe <gheorghe>2009-10-19 22:22:24 +0000
commit0661c3b1248bd0164e8ce20b9c204c30b856ad51 (patch)
tree806f3a43f65e15e4aeb6aba5ef85fdce7631fea0 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
parentf5301bce632c55b6080438d185acf93af6f3cf39 (diff)
downloadeclipse.platform.swt-0661c3b1248bd0164e8ce20b9c204c30b856ad51.tar.gz
eclipse.platform.swt-0661c3b1248bd0164e8ce20b9c204c30b856ad51.tar.xz
eclipse.platform.swt-0661c3b1248bd0164e8ce20b9c204c30b856ad51.zip
Add support for PPC64
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak2
1 files changed, 1 insertions, 1 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 c1bc1a1bb2..5f2da181fe 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
@@ -109,7 +109,7 @@ CFLAGS = -O -Wall \
-I$(JAVA_HOME)/include/linux \
-fPIC \
${SWT_PTR_CFLAGS}
-LIBS = -shared -fPIC
+LIBS = -shared -fPIC ${SWT_LFLAGS}
ifndef NO_STRIP
AWT_LIBS := $(AWT_LIBS) -s