commit | 1acd8b0552e94f46b985b0ecdc878ab61cc894d2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 23 23:24:36 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Apr 23 23:24:36 2014 -0700 |
tree | c36ed942e7f5b9d2b49282ef79080fff52341333 | |
parent | db55f602be5434c0a2b7ffdfe601878d910f0914 [diff] [blame] |
Leave 'linux' defined on mips/mips64, like arm. Change-Id: Idf1e781c34d45d1e20b7e5542d79201ae93668fe
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk index 27304ee..ba03b5d 100644 --- a/core/combo/TARGET_linux-mips.mk +++ b/core/combo/TARGET_linux-mips.mk
@@ -82,7 +82,7 @@ $(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 \