Author: jhibbits
Date: Sat Oct 22 19:27:49 2016
New Revision: 307784
URL: https://svnweb.freebsd.org/changeset/base/307784
Log:
Fix a typo from a manual merge.
Modified:
head/gnu/usr.bin/cc/Makefile.tgt
Modified: head/gnu/usr.bin/cc/Makefile.tgt
==============================================================================
--- head/gnu/usr.bin/cc/Makefile.tgt Sat Oct 22 19:24:46 2016
(r307783)
+++ head/gnu/usr.bin/cc/Makefile.tgt Sat Oct 22 19:27:49 2016
(r307784)
@@ -4,7 +4,7 @@
# MACHINE_CPUARCH, but there's no easy way to export make functions...
.if defined(TARGET_ARCH)
-TARGET_CPUARCH=${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc(64spe)/powerpc/}
+TARGET_CPUARCH=${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc(64|spe)/powerpc/}
.else
TARGET_CPUARCH=${MACHINE_CPUARCH}
.endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"