Skip to content

Commit 561f3fd

Browse files
authored
Merge pull request #2193 from martin-frbg/makeutest
Override special make variables
2 parents 4250e6e + 30efed1 commit 561f3fd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ctest/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ TOPDIR = ..
66
include $(TOPDIR)/Makefile.system
77

88
override CFLAGS += -DADD$(BU) -DCBLAS
9+
override TARGET_ARCH=
10+
override TARGET_MACH=
911

1012
LIB = $(TOPDIR)/$(LIBNAME)
1113

utest/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
UTEST_CHECK = 1
22
TOPDIR = ..
33

4+
override TARGET_ARCH=
5+
override TARGET_MACH=
6+
47
UTESTBIN=openblas_utest
58

69
.PHONY : all

0 commit comments

Comments
 (0)