1 changed files with 8 additions and 6 deletions
@ -2,6 +2,7 @@ |
|||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
# |
# |
||||||
# Filename: package/.../glibc/no-binutils-powerpc.patch.cross |
# Filename: package/.../glibc/no-binutils-powerpc.patch.cross |
||||||
|
# Copyright (C) 2010 The OpenSDE Project |
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
# Copyright (C) 2004 - 2006 The T2 SDE Project |
||||||
# |
# |
||||||
# More information can be found in the files COPYING and README. |
# More information can be found in the files COPYING and README. |
||||||
@ -19,14 +20,15 @@ extraction ... |
|||||||
|
|
||||||
- Rene Rebe <[email protected]> |
- Rene Rebe <[email protected]> |
||||||
|
|
||||||
--- libc/sysdeps/powerpc/configure.orig 2004-10-29 16:13:54.446333079 +0200 |
diff -ruN glibc-2.11.2-orig/sysdeps/powerpc/configure glibc-2.11.2/sysdeps/powerpc/configure |
||||||
+++ libc/sysdeps/powerpc/configure 2004-10-29 16:18:34.546713844 +0200 |
--- glibc-2.11.2-orig/sysdeps/powerpc/configure 2010-05-19 22:38:20.000000000 +0200 |
||||||
|
+++ glibc-2.11.2/sysdeps/powerpc/configure 2010-09-01 20:54:09.720325032 +0200 |
||||||
@@ -25,7 +25,7 @@ |
@@ -25,7 +25,7 @@ |
||||||
fi |
fi |
||||||
echo "$as_me:$LINENO: result: $libc_cv_ppc_machine" >&5 |
{ $as_echo "$as_me:$LINENO: result: $libc_cv_ppc_machine" >&5 |
||||||
echo "${ECHO_T}$libc_cv_ppc_machine" >&6 |
$as_echo "$libc_cv_ppc_machine" >&6; } |
||||||
-if test $libc_cv_ppc_machine != yes; then |
-if test $libc_cv_ppc_machine != yes; then |
||||||
+if false ; then |
+if false; then |
||||||
{ { echo "$as_me:$LINENO: error: |
{ { $as_echo "$as_me:$LINENO: error: |
||||||
*** A binutils version which can handle |
*** A binutils version which can handle |
||||||
*** .machine \"altivec\" |
*** .machine \"altivec\" |
||||||
|
Loading…
Reference in new issue