openblas: disable trivialautovarinit on aarch64

This commit is contained in:
Robert Scott
2024-06-16 18:03:24 +01:00
parent 01383f9817
commit ca4011b853
@@ -181,6 +181,10 @@ stdenv.mkDerivation rec {
"strictoverflow"
# don't interfere with dynamic target detection
"relro" "bindnow"
] ++ lib.optionals stdenv.hostPlatform.isAarch64 [
# "__builtin_clear_padding not supported for variable length aggregates"
# in aarch64-specific code
"trivialautovarinit"
];
nativeBuildInputs = [