mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Avoid using clang by default
This commit is contained in:
committed by
EmilieNumworks
parent
1bf5386f8a
commit
7d6bf1649b
@@ -1,4 +1,4 @@
|
||||
TOOLCHAIN ?= host-clang
|
||||
TOOLCHAIN ?= host-gcc
|
||||
USE_LIBA = 0
|
||||
EXE = elf
|
||||
OS_WITH_ONBOARDING_APP ?= 0
|
||||
|
||||
4
build/toolchain.host-gcc.mak
Normal file
4
build/toolchain.host-gcc.mak
Normal file
@@ -0,0 +1,4 @@
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
LD = g++
|
||||
GDB = gdb
|
||||
Reference in New Issue
Block a user