am 1d753dda: am 439f279d: am 62911d47: am 1076c568: Merge "Leave \'linux\' defined on mips/mips64, like arm."

* commit '1d753dda0afe74cdb59a0e6947e757b7ad831dc2':
  Leave 'linux' defined on mips/mips64, like arm.
This commit is contained in:
Elliott Hughes 2014-04-24 16:34:37 +00:00 committed by Android Git Automerger
commit d907d41b5a
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ android_config_h := $(call select-android-config-h,linux-mips)
$(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
$(TARGET_mips_CFLAGS) \
-Ulinux -U__unix -U__unix__ -Umips \
-U__unix -U__unix__ -Umips \
-fpic -fPIE\
-ffunction-sections \
-fdata-sections \

View file

@ -87,7 +87,7 @@ android_config_h := $(call select-android-config-h,linux-mips64)
TARGET_GLOBAL_CFLAGS += \
$(TARGET_mips_CFLAGS) \
-Ulinux -U__unix -U__unix__ -Umips \
-U__unix -U__unix__ -Umips \
-fpic -fPIE\
-ffunction-sections \
-fdata-sections \