diff options
author | Elliott Hughes <enh@google.com> | 2012-10-31 13:26:46 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-10-31 13:32:34 -0700 |
commit | 0f7809d5c364565e210554ca2b5d8eedf8a57ec7 (patch) | |
tree | 75e2745991b16f19275c5454c07d4765045f9177 /libm/arm | |
parent | 155e8d1df5b8fdfeabda3e7b61d95beb5b8d1467 (diff) | |
download | bionic-0f7809d5c364565e210554ca2b5d8eedf8a57ec7.zip bionic-0f7809d5c364565e210554ca2b5d8eedf8a57ec7.tar.gz bionic-0f7809d5c364565e210554ca2b5d8eedf8a57ec7.tar.bz2 |
Start cleaning up libm.
We have two copies of fenv.h for every architecture, one of which
isn't used. We also have unused makefiles and files for architectures
we don't support.
This patch removes all the obviously useless files.
Bug: http://code.google.com/p/android/issues/detail?id=38196
Change-Id: I1919b6621ba513aa24aa947a34815bc51191487c
Diffstat (limited to 'libm/arm')
-rw-r--r-- | libm/arm/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libm/arm/Makefile.inc b/libm/arm/Makefile.inc deleted file mode 100644 index 6559cc3..0000000 --- a/libm/arm/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $FreeBSD: src/lib/msun/arm/Makefile.inc,v 1.1 2005/03/07 04:53:35 das Exp $ - -LDBL_PREC = 53 |