summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 12:46:49 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 12:46:49 -0400
commitccfbe1d755ec8867af82b207cc663c1af09c8cf5 (patch)
tree4fe0fa4e8e8cbdeaccf41c62049072338becb172
parent4f002393ca9bffcc20e8be9bce9bf49daee614a2 (diff)
downloadeclipse.platform.swt-ccfbe1d755ec8867af82b207cc663c1af09c8cf5.tar.gz
eclipse.platform.swt-ccfbe1d755ec8867af82b207cc663c1af09c8cf5.tar.xz
eclipse.platform.swt-ccfbe1d755ec8867af82b207cc663c1af09c8cf5.zip
Bug 391250 - Wrong Xulrunner library on PPC64
-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 94bb27c65d..4583678ae6 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
@@ -242,7 +242,7 @@ xpcom_stats.o: xpcom_stats.cpp
make_xulrunner:$(XULRUNNER_LIB)
$(XULRUNNER_LIB): $(XULRUNNER_OBJECTS)
- echo -e "#include<stdlib.h>\nsize_t je_malloc_usable_size_in_advance(size_t n) {\nreturn n;\n}" | gcc --shared ${SWT_PTR_CFLAGS} -xc - -o libswt-xulrunner-fix.so
+ echo -e "#include<stdlib.h>\nsize_t je_malloc_usable_size_in_advance(size_t n) {\nreturn n;\n}" | gcc $(LFLAGS) $(CFLAGS) -xc - -o libswt-xulrunner-fix.so
$(CXX) -o $(XULRUNNER_LIB) $(XULRUNNER_OBJECTS) $(MOZILLALFLAGS) ${XULRUNNER_LIBS}
xpcomxul.o: xpcom.cpp