patches/strace/4.5.16/150-superh-update.ac.patch
author Titus von Boxberg <titus@v9g.de>
Mon Aug 22 09:38:19 2011 +0200 (2011-08-22)
branch1.12
changeset 2638 18d05b18e242
parent 746 b150d6f590fc
permissions -rw-r--r--
libc/uClibc: portability fixes to install_headers

Add patch files for uClibc-0.9.30:
extra/scripts/install_headers.sh: find must be called with path.
extra/scripts/unifdef.c: getline is declared in <stdio.h>, use different name.

Reported-by: "Guylhem Aznar" <crossgcc@guylhem.net>
Reported-by: "Titus von Boxberg" <titus@v9g.de>
Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
(transplanted from b745004e1d29921a86b73694d912f1e1277db3e1)
yann@428
     1
diff -dur strace-4.5.16.orig/configure.ac strace-4.5.16/configure.ac
yann@428
     2
--- strace-4.5.16.orig/configure.ac	2007-07-14 19:25:25.000000000 +0200
yann@428
     3
+++ strace-4.5.16/configure.ac	2007-07-14 19:27:35.000000000 +0200
yann@428
     4
@@ -91,14 +91,14 @@
yann@428
     5
 	arch=hppa
yann@428
     6
 	AC_DEFINE([HPPA], 1, [Define for the HPPA architecture.])
yann@428
     7
 	;;
yann@428
     8
-sh)
yann@428
     9
-	arch=sh
yann@428
    10
-	AC_DEFINE([SH], 1, [Define for the SH architecture.])
yann@428
    11
-	;;
yann@428
    12
 sh64)
yann@428
    13
 	arch=sh64
yann@428
    14
 	AC_DEFINE([SH64], 1, [Define for the SH64 architecture.])
yann@428
    15
 	;;
yann@428
    16
+sh*)
yann@428
    17
+	arch=sh
yann@428
    18
+	AC_DEFINE([SH], 1, [Define for the SH architecture.])
yann@428
    19
+	;;
yann@428
    20
 x86?64*)
yann@428
    21
 	arch=x86_64
yann@428
    22
 	AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])