Remove one more alpha leftover.

This commit is contained in:
Ruslan Ermilov 2008-01-24 07:43:09 +00:00
parent 74018414bf
commit c4579b502b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175623

View File

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