From a99c4e1b721eb14658ef9aec2ef389515640083c Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Wed, 11 Jul 2012 19:39:02 +0000 Subject: [PATCH] -set back entry point to 0x80A00000 because of our bigger dol file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 316318b7..135a56d8 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ ios := 249 CFLAGS = -g -O2 -Wall -Wextra -Wno-multichar $(MACHDEP) $(INCLUDE) -DHAVE_CONFIG_H CXXFLAGS = $(CFLAGS) -LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map,--section-start,.init=0x80B00000,-wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,malloc_usable_size +LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map,--section-start,.init=0x80A00000,-wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,malloc_usable_size #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project