mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Stupid operator new implementation
This commit is contained in:
3
Makefile
3
Makefile
@@ -48,7 +48,8 @@ products := boot.elf boot.hex boot.bin
|
||||
objs += external/freertos/tasks.o external/freertos/list.o external/freertos/queue.o external/freertos/portable/GCC/ARM_CM4F/port.o external/freertos/portable/MemMang/heap_1.o
|
||||
objs += $(addprefix external/newlib/libc/, string/memset.o string/memcpy.o string/strlen.o)
|
||||
|
||||
objs += lib/assert.o lib/errno.o lib/private/mem5.o
|
||||
lib/private/mem5.o: CFLAGS += -w
|
||||
objs += lib/assert.o lib/errno.o lib/private/mem5.o lib/cxx_new.o
|
||||
|
||||
objs += src/hello.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user