Avoid using clang by default

This commit is contained in:
Romain Goyet
2017-10-16 10:20:24 +02:00
committed by EmilieNumworks
parent 1bf5386f8a
commit 7d6bf1649b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
TOOLCHAIN ?= host-clang
TOOLCHAIN ?= host-gcc
USE_LIBA = 0
EXE = elf
OS_WITH_ONBOARDING_APP ?= 0

View File

@@ -0,0 +1,4 @@
CC = gcc
CXX = g++
LD = g++
GDB = gdb