aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/libgdb
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>2012-08-15 03:21:56 +0000
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>2012-08-15 03:21:56 +0000
commit4da573d910e42377d07134305527a3ab959ca63a (patch)
treed932e4ed6baded4e0705e97bb5e3d07841b77019 /gnu/usr.bin/gdb/libgdb
parent8e585021b582a99b061a9ef07cd98a948bdc68cd (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/gdb/libgdb')
-rw-r--r--gnu/usr.bin/gdb/libgdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/libgdb/Makefile b/gnu/usr.bin/gdb/libgdb/Makefile
index ec01a0e494f9..b7129a867a90 100644
--- a/gnu/usr.bin/gdb/libgdb/Makefile
+++ b/gnu/usr.bin/gdb/libgdb/Makefile
@@ -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/armeb/arm/:C/powerpc64/powerpc/}
+TARGET_CPUARCH=${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc64/powerpc/}
.else
TARGET_CPUARCH=${MACHINE_CPUARCH}
.endif