Remove one more alpha leftover.

This commit is contained in:
Ruslan Ermilov 2008-01-24 07:43:09 +00:00
parent 74018414bf
commit c4579b502b

View File

@ -31,7 +31,7 @@ CFLAGS+= -include osreldate.h
TGTOBJS= crtsavres.o TGTOBJS= crtsavres.o
SRCS+= crtsavres.asm SRCS+= crtsavres.asm
.endif .endif
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" .if ${MACHINE_ARCH} == "sparc64"
TGTOBJS= crtfastmath.o TGTOBJS= crtfastmath.o
SRCS+= crtfastmath.c SRCS+= crtfastmath.c
.endif .endif