diff options
author | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-05 12:25:59 -0400 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-05 12:26:58 -0400 |
commit | 4f002393ca9bffcc20e8be9bce9bf49daee614a2 (patch) | |
tree | 9dd27d2464784d1284252a90e04d6cd0199944b7 | |
parent | 95845bd4b129586375f1e778d3783f76522ec9ba (diff) | |
download | eclipse.platform.swt-4f002393ca9bffcc20e8be9bce9bf49daee614a2.tar.gz eclipse.platform.swt-4f002393ca9bffcc20e8be9bce9bf49daee614a2.tar.xz eclipse.platform.swt-4f002393ca9bffcc20e8be9bce9bf49daee614a2.zip |
Bug 391250 - Wrong Xulrunner library on PPC64
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak | 2 |
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 2616a84548..94bb27c65d 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 -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 --shared ${SWT_PTR_CFLAGS} -xc - -o libswt-xulrunner-fix.so $(CXX) -o $(XULRUNNER_LIB) $(XULRUNNER_OBJECTS) $(MOZILLALFLAGS) ${XULRUNNER_LIBS} xpcomxul.o: xpcom.cpp |