summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-01-24 07:43:09 +0000
committerru <ru@FreeBSD.org>2008-01-24 07:43:09 +0000
commit26a7166ba5b20295157a19e6102cffef7b319984 (patch)
tree90c2365d5e4db674ce118a1be8a009e54217dd3d /gnu
parent901f8fc1196b2fbf5b1b1f8286932da2cf345f56 (diff)
downloadFreeBSD-src-26a7166ba5b20295157a19e6102cffef7b319984.zip
FreeBSD-src-26a7166ba5b20295157a19e6102cffef7b319984.tar.gz
Remove one more alpha leftover.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 173920c..63cd02a 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
OpenPOWER on IntegriCloud