svn commit: r307784 - head/gnu/usr.bin/cc

Justin Hibbits jhibbits at FreeBSD.org
Sat Oct 22 19:27:50 UTC 2016


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


More information about the svn-src-all mailing list