diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-26 17:16:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-26 17:16:21 +0000 |
| commit | 8881422a08fdd20551aa29ef673632cde9273997 (patch) | |
| tree | 3d958a3eb7f0c0efee5d2eb98d7356ee11e0c030 /gnu/lib/csu | |
| parent | 4d4be121e8f30d5a0f98a82cea691ffe7228a29f (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 88521cecd0bc..b65c195c77c7 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 |
