patches/strace/4.5.16/400-strace-superh-update.ac.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 09:31:07 2008 +0000 (2008-07-26)
changeset 727 33c246763c8a
permissions -rw-r--r--
Update the PPC sample, add a new softfloat PPC sample, thanks to Thomas JOURDAN.

/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 54 42 12 0 ++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 331 331 0 0 +++++++++++++++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/reported.by | 2 2 0 0 +
3 files changed, 375 insertions(+), 12 deletions(-)
     1 diff -dur strace-4.5.16.orig/configure.ac strace-4.5.16/configure.ac
     2 --- strace-4.5.16.orig/configure.ac	2007-07-14 19:25:25.000000000 +0200
     3 +++ strace-4.5.16/configure.ac	2007-07-14 19:27:35.000000000 +0200
     4 @@ -91,14 +91,14 @@
     5  	arch=hppa
     6  	AC_DEFINE([HPPA], 1, [Define for the HPPA architecture.])
     7  	;;
     8 -sh)
     9 -	arch=sh
    10 -	AC_DEFINE([SH], 1, [Define for the SH architecture.])
    11 -	;;
    12  sh64)
    13  	arch=sh64
    14  	AC_DEFINE([SH64], 1, [Define for the SH64 architecture.])
    15  	;;
    16 +sh*)
    17 +	arch=sh
    18 +	AC_DEFINE([SH], 1, [Define for the SH architecture.])
    19 +	;;
    20  x86?64*)
    21  	arch=x86_64
    22  	AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])