openblas: Support ARMv6

This commit is contained in:
Tuomas Tynkkynen 2017-12-30 00:19:15 +02:00
parent 6b74d2ca07
commit 722295fc15
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@ let blas64_ = blas64; in
let
# To add support for a new platform, add an element to this set.
configs = {
armv6l-linux = {
BINARY = "32";
TARGET = "ARMV6";
DYNAMIC_ARCH = "0";
CC = "gcc";
USE_OPENMP = "1";
};
armv7l-linux = {
BINARY = "32";
TARGET = "ARMV7";