[cross-gcc] Reinstate the cloog patch by applying from the right directory

David Howells dhowells at fedoraproject.org
Mon Jul 7 13:18:06 UTC 2014


commit 149a9c297725c05351e7c7132a3544773e46ae0f
Author: David Howells <dhowells at redhat.com>
Date:   Mon Jul 7 14:16:48 2014 +0100

    Reinstate the cloog patch by applying from the right directory

 cross-gcc.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index a1cb2f3..2f072db 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -289,7 +289,9 @@ rm -f libgo/go/crypto/elliptic/p224{,_test}.go
 %patch104 -p0 -b .bfin~
 %patch105 -p0 -b .c6x~
 
-# % patch1100 -p0 -b .cloog-ppc64le-config~
+cd ..
+%patch1100 -p0 -b .cloog-ppc64le-config~
+cd %{srcdir}
 
 # Move the version number back
 sed -i -e 's/4\.9\.1/4.9.0/' gcc/BASE-VER


More information about the scm-commits mailing list