Skip to content

Commit 418e185

Browse files
committed
wip: wip
Signed-off-by: willieyz <[email protected]>
1 parent 7d9ba42 commit 418e185

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/baremetal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ jobs:
3636
acvp: true
3737
examples: false
3838
stack: false
39-
extra_args: --no-auto

test/mk/config.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,14 @@ endif
7676
# Include retained variables #
7777
##############################
7878

79+
80+
# Force AUTO=0 when cross-compiling to avoid host architecture detection
81+
ifneq ($(CROSS_PREFIX),)
82+
override AUTO:=0
83+
else
7984
AUTO ?= 1
85+
endif
86+
8087
CYCLES ?=
8188
OPT ?= 1
8289
RETAINED_VARS := CROSS_PREFIX CYCLES OPT AUTO

0 commit comments

Comments
 (0)