s/x86-64/amd64/

This commit is contained in:
obrien 2003-09-07 20:21:14 +00:00
parent 6637c75828
commit 3abbb52d56

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}