From 2a2c364d7ecbe61c5a970718f58cd23cec7c88c9 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 19 Sep 2002 17:08:32 +0000 Subject: gdb now builds on sparc64. --- gnu/usr.bin/binutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 54eace9..b617862 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -9,7 +9,9 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ size strings strip doc TARGET_ARCH?= ${MACHINE_ARCH} -.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \ +.if (${TARGET_ARCH} == "alpha" \ + || ${TARGET_ARCH} == "i386" \ + || ${TARGET_ARCH} == "sparc64") \ && !defined(NO_GDB) SUBDIR+= gdb gdbreplay .endif -- cgit v1.1