summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index 5a63ca066f..45ca6369ed 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -93,4 +93,4 @@ HOST_TEST_LDFLAGS=-T core/host/host_exe.lds -lrt -pthread -rdynamic -lm\
# $1: name of variable to set
# $2: first default to use
# $3: second default to use
-set-option = $(eval $1?=$$(if $(2),$(2),$(3)))
+set-option = $(eval $1=$$(if $(2),$(2),$(3)))