From c4579b502b3f8302512cfa534cce3d01a659dca1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:43:09 +0000 Subject: [PATCH] Remove one more alpha leftover. --- gnu/lib/csu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 173920ca7925..63cd02a1134f 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -31,7 +31,7 @@ CFLAGS+= -include osreldate.h TGTOBJS= crtsavres.o SRCS+= crtsavres.asm .endif -.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" +.if ${MACHINE_ARCH} == "sparc64" TGTOBJS= crtfastmath.o SRCS+= crtfastmath.c .endif