cc: remove incorrect arch cflags

arm and host builds both got some extra global cflags from arm64,
remove them.

Change-Id: Ie4dcbb114714f4ae8b45304755978d66e13e889c
This commit is contained in:
Colin Cross
2015-04-30 13:40:23 -07:00
parent 3d7678f9d6
commit 6bedfaaeea
2 changed files with 0 additions and 11 deletions

View File

@@ -49,9 +49,6 @@ var (
"-Wl,--fatal-warnings", "-Wl,--fatal-warnings",
"-Wl,--icf=safe", "-Wl,--icf=safe",
"-Wl,--hash-style=gnu", "-Wl,--hash-style=gnu",
// Disable transitive dependency library symbol resolving.
"-Wl,--allow-shlib-undefined",
} }
armArmCflags = []string{ armArmCflags = []string{

View File

@@ -37,14 +37,6 @@ var (
"-Wl,-z,noexecstack", "-Wl,-z,noexecstack",
"-Wl,-z,relro", "-Wl,-z,relro",
"-Wl,-z,now", "-Wl,-z,now",
"-Wl,--build-id=md5",
"-Wl,--warn-shared-textrel",
"-Wl,--fatal-warnings",
"-Wl,-icf=safe",
"-Wl,--hash-style=gnu",
// Disable transitive dependency library symbol resolving.
"-Wl,--allow-shlib-undefined",
} }
// Extended cflags // Extended cflags