Alpha has crtfastmath also.

This commit is contained in:
David E. O'Brien 2002-05-26 17:16:21 +00:00
parent 4d4be121e8
commit 8881422a08

View File

@ -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