openblas: Enable s390x-linux (#337907)

This commit is contained in:
Jörg Thalheim
2024-09-02 16:28:34 +02:00
committed by GitHub
@@ -114,6 +114,13 @@ let
DYNAMIC_ARCH = setDynamicArch false;
USE_OPENMP = true;
};
s390x-linux = {
BINARY = 64;
TARGET = setTarget "ZARCH_GENERIC";
DYNAMIC_ARCH = setDynamicArch true;
USE_OPENMP = true;
};
};
in