Hi, 

Sorry , I mistake in the appended patch. 
I append a correct patch.

regards,
 Nobuhiro 

On Thu, 17 May 2007 22:24:44 +0900
Nobuhiro Iwamatsu <[EMAIL PROTECTED]> wrote:

> Package: perl
> Version: 5.8.8-7
> Severity: wishlist
> Tags: patch
> 
> Could you please apply the following patch?
> This patch is to support SH4 target.
> 
> regards,
>  Nobuhiro

-- 
Nobuhiro Iwamatsu
        E-Mail : [EMAIL PROTECTED]
        GPG ID : 3170EBE9 
--- debian/config.debian.orig	2007-05-16 19:01:08.000000000 +0000
+++ debian/config.debian	2007-05-16 18:58:01.000000000 +0000
@@ -68,6 +68,10 @@
 
     arm) # gcc defaults are currently incorrect
     	ccflags="$ccflags -march=armv3";;
+
+    sh4:*) # required to correctly handle floating point on sh4
+    	ccflags="$ccflags -mieee";;
+
 esac
 
 case ",$DEB_BUILD_OPTIONS," in

Reply via email to