OSDN Git Service

resolved conflicts for merge of 3e91f5ad to jb-mr1-dev
authorAndrew Hsieh <andrewhsieh@google.com>
Wed, 12 Sep 2012 22:27:59 +0000 (15:27 -0700)
committerAndrew Hsieh <andrewhsieh@google.com>
Wed, 12 Sep 2012 22:27:59 +0000 (15:27 -0700)
Change-Id: I9b587bc6086e1edacc98879e43668001bf72f7db

1  2 
core/combo/TARGET_linux-x86.mk

@@@ -93,11 -93,9 +93,12 @@@ TARGET_GLOBAL_CFLAGS += 
                        -fno-short-enums \
                        -fstrict-aliasing \
                        -funswitch-loops \
-                       -funwind-tables
+                       -funwind-tables \
 -                      -fstack-protector \
 -                      -include $(call select-android-config-h,target_linux-x86)
++                      -fstack-protector
 +
 +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)
  
  # XXX: Not sure this is still needed. Must check with our toolchains.
  TARGET_GLOBAL_CPPFLAGS += \