summaryrefslogtreecommitdiffstats
path: root/libm/alpha/Makefile.inc
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commita27d2baa0c1a2ec70f47ea9199b1dd6762c8a349 (patch)
treedefd1cc07d16ad2f3b21154114e092d11c94c5bb /libm/alpha/Makefile.inc
downloadbionic-a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349.zip
bionic-a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349.tar.gz
bionic-a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349.tar.bz2
Initial Contributionandroid-1.0
Diffstat (limited to 'libm/alpha/Makefile.inc')
-rw-r--r--libm/alpha/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libm/alpha/Makefile.inc b/libm/alpha/Makefile.inc
new file mode 100644
index 0000000..f75ace9
--- /dev/null
+++ b/libm/alpha/Makefile.inc
@@ -0,0 +1,10 @@
+# $FreeBSD: src/lib/msun/alpha/Makefile.inc,v 1.2 2005/03/07 04:53:35 das Exp $
+
+ARCH_SRCS = s_copysign.S s_copysignf.S
+LDBL_PREC = 53
+
+# XXX Comment from NetBSD/Alpha:
+# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
+# handling is broken (doesn't exist!) on the Alpha port.
+# Stock gcc 2.7.2.1 doesn't understand these options.
+#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su