profiles: mask cross compiler flags that are masked on target

The hardened and sanitizer options are masked on arm64 so the arm64
cross compiler should also not enable them instead of inheriting the
amd64 default to enable them. Fixes building cross gcc.
This commit is contained in:
Michael Marineau 2015-04-08 17:43:09 -07:00
parent 0aa38af6ed
commit 328d505d77

View File

@ -0,0 +1,3 @@
# hardened and sanitize are masked for arm64, cross compilers should agree
cross-aarch64-cros-linux-gnu/gcc hardened sanitize
cross-aarch64-cros-linux-gnu/glibc hardened