Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 15:24:32 GMT
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 158021 for review
Message-ID:  <200902211524.n1LFOWj3025163@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=158021

Change 158021 by nwhitehorn@nwhitehorn_trantor on 2009/02/21 15:23:33

	Configure binutils for the correct target (powerpc64, not ppc64).

Affected files ...

.. //depot/projects/ppc-g5/gnu/usr.bin/binutils/Makefile.inc0#2 edit

Differences ...

==== //depot/projects/ppc-g5/gnu/usr.bin/binutils/Makefile.inc0#2 (text+ko) ====

@@ -9,6 +9,8 @@
 TARGET_ARCH?=	${MACHINE_ARCH}
 .if ${TARGET_ARCH} == "amd64"
 BINUTILS_ARCH=x86_64
+.elif ${TARGET_ARCH} == "ppc64"
+BINUTILS_ARCH=powerpc64
 .else
 BINUTILS_ARCH=${TARGET_ARCH}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902211524.n1LFOWj3025163>