diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 56e13bf22027..e84729bf13d4 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -86,6 +86,10 @@ else | |||
86 | CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,) | 86 | CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,) |
87 | endif | 87 | endif |
88 | 88 | ||
89 | ifeq ($(CONFIG_ARM_UNWIND),y) | ||
90 | CFLAGS_ABI +=-funwind-tables | ||
91 | endif | ||
92 | |||
89 | # Need -Uarm for gcc < 3.x | 93 | # Need -Uarm for gcc < 3.x |
90 | KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm | 94 | KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm |
91 | KBUILD_AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float | 95 | KBUILD_AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float |
@@ -106,6 +110,8 @@ ifeq ($(CONFIG_ARCH_SA1100),y) | |||
106 | textofs-$(CONFIG_SA1111) := 0x00208000 | 110 | textofs-$(CONFIG_SA1111) := 0x00208000 |
107 | endif | 111 | endif |
108 | machine-$(CONFIG_ARCH_PXA) := pxa | 112 | machine-$(CONFIG_ARCH_PXA) := pxa |
113 | machine-$(CONFIG_ARCH_MMP) := mmp | ||
114 | plat-$(CONFIG_PLAT_PXA) := pxa | ||
109 | machine-$(CONFIG_ARCH_L7200) := l7200 | 115 | machine-$(CONFIG_ARCH_L7200) := l7200 |
110 | machine-$(CONFIG_ARCH_INTEGRATOR) := integrator | 116 | machine-$(CONFIG_ARCH_INTEGRATOR) := integrator |
111 | machine-$(CONFIG_ARCH_GEMINI) := gemini | 117 | machine-$(CONFIG_ARCH_GEMINI) := gemini |