summaryrefslogtreecommitdiff
path: root/README.cross
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist1-12/+0
2012-01-03More Android notesTor Lillqvist1-13/+29
2012-01-03Explain building and running (and debugging) unit tests on Android a bitTor Lillqvist1-1/+38
2011-12-15Add autogen.lastrun sample for cross-compiling to Android from Mac OS XTor Lillqvist1-1/+22
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky1-1/+0
2011-11-26Use the 5.0 SDK for the iOS simulator exampleTor Lillqvist1-2/+2
2011-11-14Update Android example to use NDK r7Tor Lillqvist1-8/+8
2011-11-11Update example for iOS device: Use 5.0 SDKTor Lillqvist1-2/+2
2011-11-11Add note about an iOS SDK hickupTor Lillqvist1-0/+3
2011-11-11Update iOS examplesTor Lillqvist1-9/+14
2011-11-10Tiny editTor Lillqvist1-7/+7
2011-11-08Add -Wl,--fix-cortex-a8 to the Android CC and CXXTor Lillqvist1-2/+2
2011-11-08Revert "Just put the Android ARM compiler options in the mk files"Tor Lillqvist1-2/+2
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 Lillqvist1-2/+2
2011-11-07Update the Android exampleTor Lillqvist1-8/+8
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 Holesovsky1-40/+11
2011-10-20Make the README.cross a bit more copy&paste proofFridrich Štrba1-5/+9
2011-10-20Reduce confusion between openSUSE and SLE a bitTor Lillqvist1-3/+3
2011-10-18Add --disable-nss-module to the README.cross.Jan Holesovsky1-0/+2
2011-10-04No need to copy the .dlls to the installation any more.Jan Holesovsky1-1/+0
2011-09-29Don't recommend --enable-symbols, it makes it huge.Jan Holesovsky1-1/+0
2011-09-29You have to install into /tmp, otherwise you'll have runtime trouble.Jan Holesovsky1-5/+8
2011-09-27Add my autogen.lastrun too.Jan Holesovsky1-0/+39
2011-09-27Add MinGW debugging hints.Jan Holesovsky1-0/+26
2011-09-26Update the sample autogen.lastrun for AndroidTor Lillqvist1-8/+10
2011-09-07UpdatesTor Lillqvist1-13/+12
2011-08-31Minor update to the Windows autogen.lastrun sample to match mineTor Lillqvist1-0/+4
2011-08-27UpdatesTor Lillqvist1-8/+11
2011-08-25Added TODO to README.cross.Jan Holesovsky1-0/+30
2011-08-24Added another missing packages.Jan Holesovsky1-4/+8
2011-08-24More cross-compiling (mingw32) packages.Jan Holesovsky1-1/+3
2011-08-24More packages that one should install for cross-compiling.Jan Holesovsky1-2/+10
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky1-1/+14
Plus various minor build tweaks.
2011-07-21Update sample autogen.lastrun for MinGW cross-compilationTor Lillqvist1-1/+3
2011-07-01Add example autogen.lastrun for building for the iOS SimulatorTor Lillqvist1-1/+13
2011-06-22Update Android autogen.lastrunTor Lillqvist1-8/+11
2011-06-18Update the MinGW part a bitTor Lillqvist1-7/+11
2011-06-13Update my Windows autogen.lastrunTor Lillqvist1-7/+7
2011-06-09Add SYSBASE setting and -L flag for the GNU libstdc++ for AndroidTor Lillqvist1-1/+2
2011-06-09Add C++ include pathsTor Lillqvist1-1/+1
2011-06-05Bin the --with-icu-native-build-root optionTor Lillqvist1-2/+0
2011-06-05Mention cross-compiling to PPC Mac from Intel MacTor Lillqvist1-6/+28
2011-05-27Add README.crossTor Lillqvist1-0/+216