Build system cleanup, and -T != -Wl,-T

This commit is contained in:
dhewg 2009-04-05 11:26:01 +02:00 committed by bushing
parent d8440368d9
commit 7a26537f8a

View File

@ -2,7 +2,7 @@ include ../../starlet.mk
CFLAGS += -Os -Wall -I.
ASFLAGS += -D_LANGUAGE_ASSEMBLY
LDFLAGS += -nostartfiles -nodefaultlibs -Tmini.ld
LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-Tmini.ld
LIBS = -lgcc
ELFLOADER = ../elfloader/elfloader.bin