remove unneeded ldflags

This commit is contained in:
Dave Murphy 2008-05-23 19:36:41 +00:00
parent cc1480bf9a
commit 8843a36ea2

View File

@ -37,7 +37,6 @@ CFLAGS += $(INCLUDE) -DGBA
CXXFLAGS := $(CFLAGS)
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=gba.specs -g $(ARCH) -mno-fpu -Wl,-Map,$(notdir $*.map)
ifneq ($(BUILD),debug)
export GBABIN := $(LIB)/libfat.a