patches/strace/4.5.15/strace-superh-update.ac.patch
changeset 256 97c14281a40c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/strace/4.5.15/strace-superh-update.ac.patch	Sat Jul 14 17:02:05 2007 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +--- strace-4.5.15.orig/configure.ac	2007-01-11 12:37:55.000000000 +0100
     1.5 ++++ strace-4.5.15/configure.ac	2007-01-29 17:38:26.000000000 +0100
     1.6 +@@ -91,14 +91,14 @@ hppa*|parisc*)
     1.7 + 	arch=hppa
     1.8 + 	AC_DEFINE([HPPA], 1, [Define for the HPPA architecture.])
     1.9 + 	;;
    1.10 +-sh)
    1.11 +-	arch=sh
    1.12 +-	AC_DEFINE([SH], 1, [Define for the SH architecture.])
    1.13 +-	;;
    1.14 + sh64)
    1.15 + 	arch=sh64
    1.16 + 	AC_DEFINE([SH64], 1, [Define for the SH64 architecture.])
    1.17 + 	;;
    1.18 ++sh*)
    1.19 ++	arch=sh
    1.20 ++	AC_DEFINE([SH], 1, [Define for the SH architecture.])
    1.21 ++	;;
    1.22 + x86?64*)
    1.23 + 	arch=x86_64
    1.24 + 	AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])
    1.25 +