freemyipod r727 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r726‎ | r727 | r728 >
Date:00:55, 12 July 2011
Author:theseven
Status:new
Tags:
Comment:
Fix iPod Nano 4G CPU architecture
Modified paths:
  • /apps/installer-ipodnano4g/Makefile (modified) (history)
  • /emcore/trunk/target/ipodnano4g/target.mk (modified) (history)

Diff [purge]

Index: apps/installer-ipodnano4g/Makefile
@@ -36,7 +36,7 @@
3737
3838 LIBINCLUDES := -I$(LIBPNGDIR)/export -I$(LIBUIDIR)/export -I$(LIBMKFAT32DIR)/export
3939
40 -CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -I$(EMCOREDIR)/export $(LIBINCLUDES) -ffunction-sections -fdata-sections -mcpu=arm940t -DARM_ARCH=4
 40+CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -I$(EMCOREDIR)/export $(LIBINCLUDES) -ffunction-sections -fdata-sections -mcpu=arm1176jz-s -DARM_ARCH=6
4141 LDFLAGS += "$(shell $(CC) -print-libgcc-file-name)" --emit-relocs --gc-sections
4242
4343 preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c $(1) | grep -v "^\#")
Index: emcore/trunk/target/ipodnano4g/target.mk
@@ -1 +1 @@
2 -CFLAGS_ipodnano4g += -mcpu=arm1136j-s
 2+CFLAGS_ipodnano4g += -mcpu=arm1176jz-s