Package: openmsx-catapult Version: 0.7.2-1 Severity: wishlist Tags: patch User: debian-...@superh.org Usertags: sh4
Hi, I am now trying to run Debian on Renesas SH CPU(sh4). http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4&priority= But FTBFS on sh4. Because this doesn't support Renesas SH. I made a patch to revise to be able to build. Would you apply it? Best regards, Nobuhiro
--- a/build/detectsys.sh.orig 2009-10-09 21:59:42.000000000 +0900 +++ b/build/detectsys.sh 2009-10-09 22:04:55.000000000 +0900 @@ -57,6 +57,10 @@ CATAPULT_TARGET_CPU=ia64;; s390*) CATAPULT_TARGET_CPU=s390;; + sh*eb) + CATAPULT_TARGET_CPU=sheb;; + sh*) + CATAPULT_TARGET_CPU=sh;; *) echo " Unknown CPU \"$GUESSED_CPU\"!" 1>&2 exit 1 --- /dev/null 2009-10-01 21:13:50.505086260 +0900 +++ x/build/cpu-sh.mk 2009-10-10 06:23:00.000000000 +0900 @@ -0,0 +1,10 @@ +# +# Configuration for Renesas SuperH (Little-Endian) CPUs. +# EXPERIMENTAL AND UNTESTED + +# Big or little endian? +BIG_ENDIAN:=false + +# Default build flavour. +CATAPULT_FLAVOUR?=opt + --- /dev/null 2009-10-01 21:13:50.505086260 +0900 +++ x/build/cpu-sheb.mk 2009-10-10 06:18:40.000000000 +0900 @@ -0,0 +1,8 @@ +# +# Configuration for Renesas SuperH (Big-Endian) CPUs. EXPERIMENTAL AND UNTESTED +# +# Big or little endian? +BIG_ENDIAN:=true +# +# Default build flavour. +CATAPULT_FLAVOUR?=opt
openmsx-catapult_0.7.2-1_sh4.build.gz
Description: GNU Zip compressed data