diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:30:42 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:30:42 +0000 |
commit | bbe153543609373d88dea33ea360b4448bafae68 (patch) | |
tree | 069e4042efecb6d85e76ba55bf69db104d240acf /lib/libc/arch/arm/softfloat/Makefile.inc | |
parent | c1a6705a877c9497fa15fa79ad08373d82634725 (diff) |
arm libc support. From NetBSD. currently supports softfloat.
Diffstat (limited to 'lib/libc/arch/arm/softfloat/Makefile.inc')
-rw-r--r-- | lib/libc/arch/arm/softfloat/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/arch/arm/softfloat/Makefile.inc b/lib/libc/arch/arm/softfloat/Makefile.inc new file mode 100644 index 00000000000..1e16835d27a --- /dev/null +++ b/lib/libc/arch/arm/softfloat/Makefile.inc @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile.inc,v 1.1 2004/02/01 05:30:41 drahn Exp $ +SRCS += eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c +SRCS += fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c +SRCS += lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c nesf2.c +#SRCS += timesoftfloat.c +SRCS += unorddf2.c unordsf2.c +SRCS += softfloat.c +CFLAGS += -DSOFTFLOAT_FOR_GCC + +.PATH: arch/arm/softfloat |