On 11/25/2012 05:25 AM, Chen Baozi wrote:
On Sun, Nov 25, 2012 at 02:01:51PM +0800, Chen Baozi wrote:
I think I've found where this problem comes from.
In binutils srpm, there is a patch called
binutils-2.22.52.0.1-aarch64-paths.patch. In this patch, there is a
changset:
diff -urN binutils-2.22.52.0.1/ld/configure.tgt
binutils-2.22.52.0.1-aarch64/ld/configure.tgt
--- binutils-2.22.52.0.1/ld/configure.tgt 2012-11-15 14:33:51.503580945 -0700
+++ binutils-2.22.52.0.1-aarch64/ld/configure.tgt 2012-11-15 16:01:31.095377997 -0700
@@ -716,6 +716,12 @@
NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
;;
+aarch64*-redhat-linux*)
+ MULTIARCHTUPLE=aarch64-linux-gnu
+ NATIVE_LIB_DIRS="/usr/local/lib64 /lib64 /usr/lib64"
+ ;;
+
+hppa*64*-*-hpux11*)
It seems that "hppa*64*-*-hpux11*)" is redundant. So I deleted this line in
this patch.
aarch64*-*-linux*)
^^^ This may results the error. Since, there has to be ";;" between this two lines. Or
just removing the "aarch64*-*-linux*)" line.
Nice catch; the "hppa*64*-*-hpux11*)" is indeed redundant. I've removed
this and put the corrected SRPM in
https://fedorapeople.org/groups/armv8/SRPMs/f17/changed.
Thanks!
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3@xxxxxxxxxx
-----------------------------------
_______________________________________________
arm mailing list
arm@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/arm