mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Makefile for blackbox
This commit is contained in:
11
Makefile.blackbox
Normal file
11
Makefile.blackbox
Normal file
@@ -0,0 +1,11 @@
|
||||
CC=clang
|
||||
CXX=clang++
|
||||
LD=clang++
|
||||
SIZE=size
|
||||
#GDB=gdb
|
||||
#OBJCOPY=$(TOOLCHAIN)-objcopy
|
||||
|
||||
#LDFLAGS += -pagezero_size 100000000
|
||||
LDFLAGS =
|
||||
|
||||
USE_LIBA=1
|
||||
Reference in New Issue
Block a user