summaryrefslogtreecommitdiffhomepage
path: root/sysinfo/toolchain/gcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfo/toolchain/gcc.mk')
-rw-r--r--sysinfo/toolchain/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfo/toolchain/gcc.mk b/sysinfo/toolchain/gcc.mk
index 441a2ca..933fb48 100644
--- a/sysinfo/toolchain/gcc.mk
+++ b/sysinfo/toolchain/gcc.mk
@@ -1,4 +1,4 @@
-CC = $(CROSS_COMPILE)gcc
+CC = $(CROSS_COMPILE)$(NATIVE_CC)
CPP = $(CROSS_COMPILE)cpp
CXX = $(CROSS_COMPILE)c++