aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-241-1/+11
| | | | | | | | | | | | This patch modifies the way we build the emulator's various programs. It reduces the number of static libraries generated, and better segregates between common, ui, qemu and target-specific code. Note that we build both the arm and x86 binaries at the same time in all build scenarios for now. This is done to catch build regressions as soon as possible. Change-Id: I6240705041e137e32f207e1e2444c614c52aaf05
* Fixing the standalone build of the emulator.Stefan Hilzinger2011-02-221-0/+1
| | | | Change-Id: I81567b512df04314d87dd3846b02d8895829937d
* Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-11/+1
| | | | | | This fails to build on MacOS X This reverts commit a39b10bd2574825a815d6ad854499dd127cfa9cb.
* Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-1/+11
| | | | Change-Id: I105c5a097c988cb964b47b40b71c7a08af0d9210
* Build SDL from sources directly.David 'Digit' Turner2010-05-181-2/+3
| | | | | | | | | | | | | | | | This removes the requirement to build the SDL library before the rest of the emulator. The prebuilt SDL library and installation is now optional and is only kept for the full Android build on Linux (mainly to avoid having to install many dev libraries on build servers). This patch affects both the Android and standalone build systems. The script android-configure.sh will not use a prebuilt SDL installation unless you explicitely use --sdl-config=<script>. Tested for linux-x86 / darwin-x86 / cygwin / linux-mingw builds. Change-Id: If973b2ad199f06aeeff43aec387d1ac629487529
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+73
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-73/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+4
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-151/+57
|
* Initial ContributionThe Android Open Source Project2008-10-211-19/+21
|
* external/qemu 0.8.2Upstream1970-01-121-0/+163