From ab8b6f84e394b3980fc32f7b10696591795909d2 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 3 Feb 1999 02:14:55 +0000 Subject: [PATCH] No, ld.new is actually broken on alpha, so turn it off for now. --- gnu/usr.bin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index babb3380e9a6..53bd49156328 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 1999/02/03 01:32:53 tv Exp $ +# $NetBSD: Makefile,v 1.71 1999/02/03 02:14:55 tv Exp $ SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep groff SUBDIR+= gzip rcs sdiff send-pr sort tar @@ -22,8 +22,8 @@ SUBDIR+= gas.new (${MACHINE_ARCH} == "sparc") || \ (${MACHINE_ARCH} == "vax") SUBDIR+= ld -.elif (${MACHINE_ARCH} == "alpha") -SUBDIR+= ld.new +.else +#SUBDIR+= ld.new .endif .if (${MACHINE_ARCH} == "alpha") || \