From 8881422a08fdd20551aa29ef673632cde9273997 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 26 May 2002 17:16:21 +0000 Subject: Alpha has crtfastmath also. --- gnu/lib/csu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib') diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 88521cecd0bc..b65c195c77c7 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -27,7 +27,7 @@ CFLAGS+= -x assembler-with-cpp # Ugly hack TGTOBJS= crtsavres.o SRCS+= crtsavres.asm .endif -.if ${TARGET_ARCH} == "sparc64" +.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64" TGTOBJS= crtfastmath.o SRCS+= crtfastmath.c .endif -- cgit v1.3