commit | c7e45974615735f2337ddfcd1f756062443d254d | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Dec 09 13:05:28 2015 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Dec 11 21:21:28 2015 +0000 |
tree | 71e3e505dd0492cffcc240894cbf664d462ef41b | |
parent | 34cc69e4bf36cb65bb181b42ccb0f8c792a32cfb [diff] [blame] |
Enforce linker version-scripts are valid See build/ commit da9c00da5f7b Change-Id: I65878931ab61124ae75e2c738cc733adfb107afc
diff --git a/cc/arm64_device.go b/cc/arm64_device.go index 8d773ed..157b273 100644 --- a/cc/arm64_device.go +++ b/cc/arm64_device.go
@@ -61,6 +61,7 @@ "-Wl,-maarch64linux", "-Wl,--hash-style=gnu", "-Wl,--fix-cortex-a53-843419", + "-Wl,--no-undefined-version", // Disable transitive dependency library symbol resolving. "-Wl,--allow-shlib-undefined",