Skip to content

Commit af2e7f2

Browse files
authored
Override special make variables
as seen in #1912 (comment) , any external setting of TARGET_ARCH (which could result from building OpenBLAS as part of a larger project that actually uses this variable) would cause the utest build to fail. (Other subtargets appear to be unaffected as they do not use implicit make rules)
1 parent abea977 commit af2e7f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)