summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-09-07 20:21:14 +0000
committerobrien <obrien@FreeBSD.org>2003-09-07 20:21:14 +0000
commit3abbb52d56a16e73cc690502c6f44c8fe52b4ef4 (patch)
treea0cb0cf63df937dc19ba3e204d24f5c5cd8fba64 /gnu
parent6637c7582846e16b342a07cebe823d9479411f4d (diff)
downloadFreeBSD-src-3abbb52d56a16e73cc690502c6f44c8fe52b4ef4.zip
FreeBSD-src-3abbb52d56a16e73cc690502c6f44c8fe52b4ef4.tar.gz
s/x86-64/amd64/
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index ccce83b..39ecbad 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -8,7 +8,7 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.if ${TARGET_ARCH} == "sparc64"
GDB_CPU= sparc
-.elif ${TARGET_ARCH} == "x86-64"
+.elif ${TARGET_ARCH} == "amd64"
GDB_CPU= i386
.else
GDB_CPU= ${TARGET_ARCH}
OpenPOWER on IntegriCloud