#! /bin/sh /usr/share/dpatch/dpatch-run ## sh4_suport.dpatch by Nobuhiro Iwamatsu ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad apr-1.3.5~/build/config.guess apr-1.3.5/build/config.guess --- apr-1.3.5~/build/config.guess 2006-08-07 11:00:22.000000000 +0000 +++ apr-1.3.5/build/config.guess 2009-06-29 02:14:18.000000000 +0000 @@ -849,6 +849,9 @@ m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + sh4:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;;