openblas: add aarch64 platform config

This commit is contained in:
georgewhewell 2017-12-07 23:59:50 +00:00 committed by Tuomas Tynkkynen
parent b212125b54
commit 73b65551f4

View File

@ -20,6 +20,14 @@ let
USE_OPENMP = "1"; USE_OPENMP = "1";
}; };
aarch64-linux = {
BINARY = "64";
TARGET = "ARMV8";
DYNAMIC_ARCH = "1";
CC = "gcc";
USE_OPENMP = "1";
};
i686-linux = { i686-linux = {
BINARY = "32"; BINARY = "32";
TARGET = "P2"; TARGET = "P2";