diff mbox

package/uclibc: enable long double math for xtensa

Message ID 1414234653-18756-1-git-send-email-jcmvbkbc@gmail.com
State Accepted
Headers show

Commit Message

Max Filippov Oct. 25, 2014, 10:57 a.m. UTC
It fixes the following build failure for packages that expect long
double support in libm:

  Linking C executable winpr-hash
  ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `powl'
  ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `fmodl'
  ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `ceill'
  ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `log10l'
  ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `floorl'

Fixes:
  http://autobuild.buildroot.net/results/323/3236ddfe8eaf89f05f84db60eb42583cca397464/

Mainline status: patch submitted.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
 ...n.arch-enable-long-double-math-for-xtensa.patch | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch

Comments

Thomas Petazzoni Oct. 25, 2014, 4:58 p.m. UTC | #1
Dear Max Filippov,

On Sat, 25 Oct 2014 14:57:33 +0400, Max Filippov wrote:
> It fixes the following build failure for packages that expect long
> double support in libm:
> 
>   Linking C executable winpr-hash
>   ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `powl'
>   ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `fmodl'
>   ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `ceill'
>   ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `log10l'
>   ../../libwinpr/utils/libwinpr-utils.so.0.1.0: undefined reference to `floorl'
> 
> Fixes:
>   http://autobuild.buildroot.net/results/323/3236ddfe8eaf89f05f84db60eb42583cca397464/
> 
> Mainline status: patch submitted.
> 
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> ---
>  ...n.arch-enable-long-double-math-for-xtensa.patch | 26 ++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch b/package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch
new file mode 100644
index 0000000..2aa7ac8
--- /dev/null
+++ b/package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch
@@ -0,0 +1,26 @@ 
+From b0fb0d1f69ceaceba05500602747d9f85f360fb9 Mon Sep 17 00:00:00 2001
+From: Max Filippov <jcmvbkbc@gmail.com>
+Date: Sat, 25 Oct 2014 14:29:08 +0400
+Subject: [PATCH] Config.in.arch: enable long double math for xtensa
+
+Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
+---
+ extra/Configs/Config.in.arch | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
+index 2338e3c..68e03bf 100644
+--- a/extra/Configs/Config.in.arch
++++ b/extra/Configs/Config.in.arch
+@@ -191,7 +191,7 @@ config UCLIBC_HAS_FENV
+ config UCLIBC_HAS_LONG_DOUBLE_MATH
+ 	bool "Enable long double support"
+ 	depends on DO_C99_MATH
+-	depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh || TARGET_microblaze
++	depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh || TARGET_microblaze || TARGET_xtensa
+ 	default y
+ 	help
+ 	  If you want the uClibc math library to contain the full set of C99
+-- 
+1.8.1.4
+