mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-28 06:04:19 +01:00
new Makefile var LDSCRIPT
This commit is contained in:
parent
90f794db6c
commit
65ef5abb3d
3
Makefile
3
Makefile
@ -2,7 +2,8 @@ include ../../starlet.mk
|
|||||||
|
|
||||||
CFLAGS += -Os -Wall -I.
|
CFLAGS += -Os -Wall -I.
|
||||||
ASFLAGS += -D_LANGUAGE_ASSEMBLY
|
ASFLAGS += -D_LANGUAGE_ASSEMBLY
|
||||||
LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-Tmini.ld
|
LDFLAGS += -nostartfiles -nodefaultlibs
|
||||||
|
LDSCRIPT = mini.ld
|
||||||
LIBS = -lgcc
|
LIBS = -lgcc
|
||||||
|
|
||||||
ELFLOADER = ../elfloader/elfloader.bin
|
ELFLOADER = ../elfloader/elfloader.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user