diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-20 15:28:47 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:42:54 +0900 |
commit | 8bcc5c1c332af97ba731f99fda780a47911e476f (patch) | |
tree | 74ecf190dd5552b6048acb610e005f944849de4d /arch/sh/Makefile | |
parent | 9ef100287afa8e134de50258b8382cbc9d20f954 (diff) | |
download | op-kernel-dev-8bcc5c1c332af97ba731f99fda780a47911e476f.zip op-kernel-dev-8bcc5c1c332af97ba731f99fda780a47911e476f.tar.gz |
sh: Add -m4al tuning for SH4AL-DSP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 227207b..fac1567 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -32,6 +32,7 @@ cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \ $(call cc-option,-mno-implicit-fp,-m4-nofpu) cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \ $(call cc-option,-m4a-nofpu,) +cflags-$(CONFIG_CPU_SH4AL_DSP) += $(call cc-option,-m4al,) cflags-$(CONFIG_CPU_SH5) := $(call cc-option,-m5-32media-nofpu,) cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mb |