1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

s/x86-64/amd64/

This commit is contained in:
David E. O'Brien 2003-09-07 20:21:14 +00:00
parent c234256ec5
commit f230755006
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119863

View File

@ -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}