aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorLars Poeschel <poeschel@lemonage.de>2012-08-22 09:42:42 +0200
committerLars Poeschel <poeschel@lemonage.de>2012-08-22 12:32:36 +0200
commit33da99a33cab75287d483c2602bb2e40b34b666a (patch)
treeab9801e19c6acc57865c8a7891092b0a0f5743ce /Makefile.target
parent08c435499f131d82b5d887dd836cfddbc3384f4c (diff)
downloadexternal_qemu-33da99a33cab75287d483c2602bb2e40b34b666a.zip
external_qemu-33da99a33cab75287d483c2602bb2e40b34b666a.tar.gz
external_qemu-33da99a33cab75287d483c2602bb2e40b34b666a.tar.bz2
Fix double optimization on buildsystem for emulator
Building the emulator was done with two optimization flags supplied to the compiler. This prevented to do debug builds with unoptimized compilation. This is fixed now. Change-Id: Ie64747fd45fa9a3e2de37ba094b223ef52ef0f19
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 4d8c2fd..3e45c61 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -318,6 +318,7 @@ LOCAL_CFLAGS += -Wno-missing-field-initializers
LOCAL_STATIC_LIBRARIES := \
emulator-libqemu \
emulator-target-$(EMULATOR_TARGET_CPU) \
+ emulator-libjpeg \
emulator-libelff \
emulator-common
@@ -455,6 +456,7 @@ LOCAL_STATIC_LIBRARIES += \
emulator-libui \
emulator-libqemu \
emulator-target-$(EMULATOR_TARGET_CPU) \
+ emulator-libjpeg \
emulator-libelff \
emulator-common \
$(SDL_STATIC_LIBRARIES)
@@ -480,6 +482,7 @@ ifneq ($(filter linux darwin,$(HOST_OS)),)
emulator64-libui \
emulator64-libqemu \
emulator64-target-$(EMULATOR_TARGET_CPU) \
+ emulator64-libjpeg \
emulator64-libelff \
emulator64-common \
$(SDL_STATIC_LIBRARIES_64)