Deleted Added
full compact
Makefile.inc (125733) Makefile.inc (126475)
1# $FreeBSD: head/lib/libc/powerpc/gen/Makefile.inc 125733 2004-02-12 09:11:06Z grehan $
1# $FreeBSD: head/lib/libc/powerpc/gen/Makefile.inc 126475 2004-03-02 06:22:24Z grehan $
2
2
3SRCS += fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c \
4 fpsetmask.c fpsetround.c fpsetsticky.c frexp.c infinity.c isinf.c \
5 ldexp.c modf.c _setjmp.S setjmp.S sigsetjmp.S syncicache.c
3SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
4 fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c frexp.c \
5 infinity.c isinf.c ldexp.c makecontext.c modf.c _setjmp.S \
6 setjmp.S sigsetjmp.S syncicache.c
6
7
7
8