mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
TOOLCHAIN ?= arm-gcc
|
|
ifeq ($(COMPILER),llvm)
|
|
# Compatibility with old build system
|
|
TOOLCHAIN = arm-llvm
|
|
endif
|
|
USE_LIBA = 1
|
|
EXE = elf
|