Author: imp
Date: Tue Aug 24 21:28:34 2010
New Revision: 211778
URL: http://svn.freebsd.org/changeset/base/211778
Log:
Fix an accidental sed...
Modified:
head/lib/libc/Makefile
Modified: head/lib/libc/Makefile
==============================================================================
--- head/lib/libc/Makefile Tue Aug 24 21:27:02 2010 (r211777)
+++ head/lib/libc/Makefile Tue Aug 24 21:28:34 2010 (r211778)
@@ -8,10 +8,10 @@ SHLIBDIR?= /lib
# We have to special case powerpc and powerpc64, since they mostly have
# the same source implementation. libc is very different due to large
# ABI differences.
-.if ${LIBC_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "powerpc"
LIBC_ARCH=${MACHINE_ARCH}
.else
-LIBC_ARCH=${LIBC_ARCH}
+LIBC_ARCH=${MACHINE_CPUARCH}
.endif
# All library objects contain FreeBSD revision strings by default; they may be
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"