diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-26 17:16:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-26 17:16:21 +0000 |
commit | 0b1a4f9b104ea8398550e244352de63aa205d8e7 (patch) | |
tree | 3d958a3eb7f0c0efee5d2eb98d7356ee11e0c030 /gnu/lib/csu | |
parent | 1c24f917c16ad76d2f430a652b39874fdfa9cc38 (diff) | |
download | FreeBSD-src-0b1a4f9b104ea8398550e244352de63aa205d8e7.zip FreeBSD-src-0b1a4f9b104ea8398550e244352de63aa205d8e7.tar.gz |
Alpha has crtfastmath also.
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 88521ce..b65c195 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -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 |