I try to make an enigma image for my nokia dbox2.
I've notice that the default mcpu flag is set to 860 in linux-2.4.37.9/arch/ppc/Makefile.
I think that the right one should be "-mcpu=823", isn't it?
If it is the case, would you please help me to fix the case?
please is this correct?
Code: Alles auswählen
--- linux-2.4.37.9/arch/ppc/Makefile 2010-05-21 22:26:17.155541665 +0200
+++ linux-2.4.37.9/arch/ppc/Makefile 2010-05-22 07:12:22.283961752 +0200
@@ -30,7 +30,7 @@
endif
ifdef CONFIG_8xx
-CFLAGS := $(CFLAGS) -mcpu=860
+CFLAGS := $(CFLAGS) -mcpu=823
endif
ifdef CONFIG_PPC64BRIDGE
Best Regards