We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ba42 commit 418e185Copy full SHA for 418e185
.github/workflows/baremetal.yml
@@ -36,4 +36,3 @@ jobs:
36
acvp: true
37
examples: false
38
stack: false
39
- extra_args: --no-auto
test/mk/config.mk
@@ -76,7 +76,14 @@ endif
76
# Include retained variables #
77
##############################
78
79
+
80
+# Force AUTO=0 when cross-compiling to avoid host architecture detection
81
+ifneq ($(CROSS_PREFIX),)
82
+override AUTO:=0
83
+else
84
AUTO ?= 1
85
+endif
86
87
CYCLES ?=
88
OPT ?= 1
89
RETAINED_VARS := CROSS_PREFIX CYCLES OPT AUTO
0 commit comments