patches/strace/4.5.15/strace-superh-update.ac.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 14 17:02:05 2007 +0000 (2007-07-14)
changeset 256 97c14281a40c
permissions -rw-r--r--
Add patches for strace 4.5.15.
     1 --- strace-4.5.15.orig/configure.ac	2007-01-11 12:37:55.000000000 +0100
     2 +++ strace-4.5.15/configure.ac	2007-01-29 17:38:26.000000000 +0100
     3 @@ -91,14 +91,14 @@ hppa*|parisc*)
     4  	arch=hppa
     5  	AC_DEFINE([HPPA], 1, [Define for the HPPA architecture.])
     6  	;;
     7 -sh)
     8 -	arch=sh
     9 -	AC_DEFINE([SH], 1, [Define for the SH architecture.])
    10 -	;;
    11  sh64)
    12  	arch=sh64
    13  	AC_DEFINE([SH64], 1, [Define for the SH64 architecture.])
    14  	;;
    15 +sh*)
    16 +	arch=sh
    17 +	AC_DEFINE([SH], 1, [Define for the SH architecture.])
    18 +	;;
    19  x86?64*)
    20  	arch=x86_64
    21  	AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])
    22