diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-01-24 07:43:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-01-24 07:43:09 +0000 |
| commit | c4579b502b3f8302512cfa534cce3d01a659dca1 (patch) | |
| tree | 90c2365d5e4db674ce118a1be8a009e54217dd3d /gnu/lib/csu | |
| parent | 74018414bf4df4d733402ae401b0ef94eb37f786 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 173920ca7925..63cd02a1134f 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 |
