OSDN Git Service

resolved conflicts for merge of 70190a2b to klp-dev-plus-aosp
authorYing Wang <wangying@google.com>
Thu, 19 Sep 2013 17:15:38 +0000 (10:15 -0700)
committerYing Wang <wangying@google.com>
Thu, 19 Sep 2013 17:15:38 +0000 (10:15 -0700)
Change-Id: I9abcb4e258ad95912860dcae2973c4e417b05369

1  2 
core/combo/TARGET_linux-x86.mk

@@@ -134,8 -132,11 +134,9 @@@ TARGET_GLOBAL_CFLAGS += 
                        -funswitch-loops \
                        -funwind-tables \
                        -fstack-protector \
 -                      -m32
 -
 -android_config_h := $(call select-android-config-h,target_linux-x86)
 -TARGET_ANDROID_CONFIG_CFLAGS := -include $(android_config_h) -I $(dir $(android_config_h))
 -TARGET_GLOBAL_CFLAGS += $(TARGET_ANDROID_CONFIG_CFLAGS)
++                      -m32 \
 +                      -include $(android_config_h) \
 +                      -I $(dir $(android_config_h))
  
  # XXX: Not sure this is still needed. Must check with our toolchains.
  TARGET_GLOBAL_CPPFLAGS += \