mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-20 05:22:42 +01:00
Build system cleanup, and -T != -Wl,-T
This commit is contained in:
parent
d8440368d9
commit
7a26537f8a
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ include ../../starlet.mk
|
|||||||
|
|
||||||
CFLAGS += -Os -Wall -I.
|
CFLAGS += -Os -Wall -I.
|
||||||
ASFLAGS += -D_LANGUAGE_ASSEMBLY
|
ASFLAGS += -D_LANGUAGE_ASSEMBLY
|
||||||
LDFLAGS += -nostartfiles -nodefaultlibs -Tmini.ld
|
LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-Tmini.ld
|
||||||
LIBS = -lgcc
|
LIBS = -lgcc
|
||||||
|
|
||||||
ELFLOADER = ../elfloader/elfloader.bin
|
ELFLOADER = ../elfloader/elfloader.bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user