aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2016-10-22 19:27:49 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2016-10-22 19:27:49 +0000
commite58d31ade5a76c689424819f1f2e8a6fcb01ffaf (patch)
tree3d17de97e4840389ed4ce59efc5aadbc6afb400a /gnu
parent36d97c2655c067107cc368753c4c0c2ba43963ec (diff)
downloadsrc-e58d31ade5a76c689424819f1f2e8a6fcb01ffaf.tar.gz
src-e58d31ade5a76c689424819f1f2e8a6fcb01ffaf.zip
Fix a typo from a manual merge.
Notes
Notes: svn path=/head/; revision=307784
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.tgt b/gnu/usr.bin/cc/Makefile.tgt
index 0337ecf2bfcb..ca2d2ed43e26 100644
--- a/gnu/usr.bin/cc/Makefile.tgt
+++ b/gnu/usr.bin/cc/Makefile.tgt
@@ -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