diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-02-24 22:12:55 +0100 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2013-02-24 22:15:17 +0100 |
commit | c064fa5048b09eb50fc90cef4364986ec58bd3eb (patch) | |
tree | 53f4f0c0e3cc5efa1156960ddbab559f26ab37cf /README.cross | |
parent | 79cd6af6c7ec3d0a08962a2db1fc6919453a8b67 (diff) |
remove obsolete mozilla options for cross compilation
Change-Id: Ib7c2f06cec651ecde049e9335236b513edbf4d50
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/README.cross b/README.cross index 793b316fdffc..0b82139daa91 100644 --- a/README.cross +++ b/README.cross @@ -138,7 +138,6 @@ CXX_FOR_BUILD=ccache g++ --host=i686-w64-mingw32 --with-distro=LibreOfficeWin32 --disable-activex ---disable-build-mozilla --disable-directx --disable-ext-nlpsolver --disable-ext-presenter-minimizer @@ -147,8 +146,6 @@ CXX_FOR_BUILD=ccache g++ --disable-ext-scripting-javascript --disable-ext-wiki-publisher --disable-ext-wiki-publisher ---disable-mozilla ---disable-nss-module --disable-pdfimport --enable-python=system --with-system-altlinuxhyph @@ -238,7 +235,6 @@ TODO: - --without-myspell-dicts - --disable-directx - --disable-activex - - --disable-mozilla - much of the stuff currently relies on --with-system-*, and consequently on the mingw32-* openSUSE packages; might be good to be able to build with as few dependencies as possible - but that is low @@ -410,5 +406,3 @@ CC_FOR_BUILD=ccache /Xcode3/usr/bin/gcc-4.0 CXX_FOR_BUILD=ccache /Xcode3/usr/bin/g++-4.0 --build=i386-apple-darwin10.7.0 --host=powerpc-apple-darwin10 ---disable-mozilla ---disable-build-mozilla |