mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
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:
parent
0aa38af6ed
commit
328d505d77
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.mask
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.mask
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user