summaryrefslogtreecommitdiff
path: root/README.cross
AgeCommit message (Collapse)Author
2011-12-15Add autogen.lastrun sample for cross-compiling to Android from Mac OS XTor Lillqvist
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky
2011-11-26Use the 5.0 SDK for the iOS simulator exampleTor Lillqvist
2011-11-14Update Android example to use NDK r7Tor Lillqvist
2011-11-11Update example for iOS device: Use 5.0 SDKTor Lillqvist
2011-11-11Add note about an iOS SDK hickupTor Lillqvist
2011-11-11Update iOS examplesTor Lillqvist
2011-11-10Tiny editTor Lillqvist
2011-11-08Add -Wl,--fix-cortex-a8 to the Android CC and CXXTor Lillqvist
2011-11-08Revert "Just put the Android ARM compiler options in the mk files"Tor Lillqvist
Nah. Sure, doing it like that is sane if you consider only our own code. But it won't help in making sure these options are used when compiling the 3rd-party external libraries. For that having the options already in the CC and CXX environment variables works nicely, I think. People just need to look at the samples in README.cross. Perhaps we could add the options to CC and CXX in configure.in, though? Is that elegant or not, don't know... This reverts commit 3c4f7242a967d6a3cb9e5e3f88bfb2cc348cc3eb.
2011-11-08Just put the Android ARM compiler options in the mk filesTor Lillqvist
2011-11-07Update the Android exampleTor Lillqvist
Use compiler options to default to more modern ARM architecture, as surely any actual device this code would be run on uses.
2011-11-03Introduce LibreOfficeMinGW distro-config.Jan Holesovsky
2011-10-20Make the README.cross a bit more copy&paste proofFridrich Štrba
2011-10-20Reduce confusion between openSUSE and SLE a bitTor Lillqvist
2011-10-18Add --disable-nss-module to the README.cross.Jan Holesovsky
2011-10-04No need to copy the .dlls to the installation any more.Jan Holesovsky
2011-09-29Don't recommend --enable-symbols, it makes it huge.Jan Holesovsky
2011-09-29You have to install into /tmp, otherwise you'll have runtime trouble.Jan Holesovsky
2011-09-27Add my autogen.lastrun too.Jan Holesovsky
2011-09-27Add MinGW debugging hints.Jan Holesovsky
2011-09-26Update the sample autogen.lastrun for AndroidTor Lillqvist
2011-09-07UpdatesTor Lillqvist
2011-08-31Minor update to the Windows autogen.lastrun sample to match mineTor Lillqvist
2011-08-27UpdatesTor Lillqvist
2011-08-25Added TODO to README.cross.Jan Holesovsky
2011-08-24Added another missing packages.Jan Holesovsky
2011-08-24More cross-compiling (mingw32) packages.Jan Holesovsky
2011-08-24More packages that one should install for cross-compiling.Jan Holesovsky
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky
Plus various minor build tweaks.
2011-07-21Update sample autogen.lastrun for MinGW cross-compilationTor Lillqvist
2011-07-01Add example autogen.lastrun for building for the iOS SimulatorTor Lillqvist
2011-06-22Update Android autogen.lastrunTor Lillqvist
2011-06-18Update the MinGW part a bitTor Lillqvist
2011-06-13Update my Windows autogen.lastrunTor Lillqvist
2011-06-09Add SYSBASE setting and -L flag for the GNU libstdc++ for AndroidTor Lillqvist
2011-06-09Add C++ include pathsTor Lillqvist
2011-06-05Bin the --with-icu-native-build-root optionTor Lillqvist
2011-06-05Mention cross-compiling to PPC Mac from Intel MacTor Lillqvist
2011-05-27Add README.crossTor Lillqvist