X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fuclibc%2F7bf35c8b7d4a1f97174eb49f47f33946b282114c%2F0003-Config.in.arch-enable-long-double-math-for-xtensa.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fuclibc%2F7bf35c8b7d4a1f97174eb49f47f33946b282114c%2F0003-Config.in.arch-enable-long-double-math-for-xtensa.patch;h=2aa7ac86419d058a528195388642ef77dd327763;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/0003-Config.in.arch-enable-long-double-math-for-xtensa.patch new file mode 100644 index 0000000..2aa7ac8 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/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 +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 +--- + 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 +