PERFORCE change 158021 for review
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Feb 21 07:24:35 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=158021
Change 158021 by nwhitehorn at 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
More information about the p4-projects
mailing list