From 9282e2a58d62e18e282d08bffd5b22da4aca5db2 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 20 Nov 2008 15:28:47 +0900 Subject: [PATCH] --- yaml --- r: 120062 b: refs/heads/master c: 8bcc5c1c332af97ba731f99fda780a47911e476f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5dd7d5cc9f04..5ac003c3bff5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ef100287afa8e134de50258b8382cbc9d20f954 +refs/heads/master: 8bcc5c1c332af97ba731f99fda780a47911e476f diff --git a/trunk/arch/sh/Makefile b/trunk/arch/sh/Makefile index 227207b9b7a0..fac1567b2afb 100644 --- a/trunk/arch/sh/Makefile +++ b/trunk/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