From 25eef24259f2674c89d56fc85b39a13ded23749f Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 20 Oct 2002 21:42:55 +0000 Subject: GDB 5.2.1 doesn't build on sparc64 right now. --- gnu/usr.bin/binutils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index b617862..b21f4f5 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -10,8 +10,7 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ TARGET_ARCH?= ${MACHINE_ARCH} .if (${TARGET_ARCH} == "alpha" \ - || ${TARGET_ARCH} == "i386" \ - || ${TARGET_ARCH} == "sparc64") \ + || ${TARGET_ARCH} == "i386" ) \ && !defined(NO_GDB) SUBDIR+= gdb gdbreplay .endif -- cgit v1.1