openblas: Support ARMv6
This commit is contained in:
parent
6b74d2ca07
commit
722295fc15
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue