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 5b8dbac commit e607b7eCopy full SHA for e607b7e
Makefile
@@ -12,10 +12,10 @@ CXXFLAGS += $(NO_CET)
12
13
OLDCC := $(CC)
14
ifdef PLATFORM_PREFIX
15
-CC = $(PLATFORM_PREFIX)gcc
16
-CXX = $(PLATFORM_PREFIX)g++
17
-LD = $(PLATFORM_PREFIX)ld
18
-AR = $(PLATFORM_PREFIX)ar
+CC = $(PLATFORM_PREFIX)-gcc
+CXX = $(PLATFORM_PREFIX)-g++
+LD = $(PLATFORM_PREFIX)-ld
+AR = $(PLATFORM_PREFIX)-ar
19
endif
20
# run c preprocessor with any cflags to get cross compilation result, then run regular compile in native
21
ABI := $(shell ./abiname.sh "$(CC)" "$(CFLAGS)")
0 commit comments