mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Also use clang for the simulator building. Change-Id: I87f5b938d9066375fbfabfdcdd3c5218c9790bb0
7 lines
54 B
Makefile
7 lines
54 B
Makefile
CC=clang
|
|
CXX=clang++
|
|
LD=clang++
|
|
SIZE=size
|
|
|
|
USE_LIBA=0
|