From 79bd10153a001529971d474b79701f324f5c21c4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:01:35 +0200 Subject: svn_rev_233 --- arch/ppc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index 0a3130e480..2d908f1257 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile @@ -1,11 +1,11 @@ CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \ - -isystem $(gccincdir) -ffixed-r14 -meabi -Wstrict-prototypes -fPIC -D __PPC__ -D CONFIG_PPC \ + -isystem $(gccincdir) -meabi -Wstrict-prototypes -fPIC -D __PPC__ -D CONFIG_PPC \ machine-$(CONFIG_ARCH_MPC5200) := mpc5200 board-$(CONFIG_MACH_PHYCORE_MPC5200B_TINY) := phycore_mpc5200b_tiny -cpu-$(CONFIG_MPC5200) := mpc5xxx +cpu-$(CONFIG_ARCH_MPC5200) := mpc5xxx TEXT_BASE = $(CONFIG_TEXT_BASE) -- cgit v1.2.3