From 8843a36ea2b5243d25547fd7b3bd216ab1a31130 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 23 May 2008 19:36:41 +0000 Subject: [PATCH] remove unneeded ldflags --- gba/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/gba/Makefile b/gba/Makefile index 3871641..648f64e 100644 --- a/gba/Makefile +++ b/gba/Makefile @@ -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