* [Buildroot] [PATCH 1/1] package/ffmpeg: fix arc fenv build failure
@ 2017-11-04 21:24 Bernd Kuhls
2017-11-04 22:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-11-04 21:24 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/aec/aec300d7d4472421398a24202d6871c965bd1be5/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ffmpeg/Config.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
index ed87ddd492..c4ce8360a7 100644
--- a/package/ffmpeg/Config.in
+++ b/package/ffmpeg/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
bool
- # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
+ # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on arc
+ # and nios2
# No support for ARMv7-M in the ARM assembly logic
# Microblaze build affected by gcc PR71124 (infinite loop)
# m68k coldfire causes a build failure, because the check for
@@ -9,7 +10,8 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
# not. See https://patchwork.ozlabs.org/patch/756664/ and
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467 for more
# details.
- default y if !BR2_nios2 && !BR2_ARM_CPU_ARMV7M && !BR2_microblaze && !BR2_m68k_cf
+ default y if !BR2_arc && !BR2_nios2 && !BR2_ARM_CPU_ARMV7M && \
+ !BR2_microblaze && !BR2_m68k_cf
menuconfig BR2_PACKAGE_FFMPEG
bool "ffmpeg"
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/ffmpeg: fix arc fenv build failure
2017-11-04 21:24 [Buildroot] [PATCH 1/1] package/ffmpeg: fix arc fenv build failure Bernd Kuhls
@ 2017-11-04 22:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-11-04 22:27 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 4 Nov 2017 22:24:02 +0100, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/aec/aec300d7d4472421398a24202d6871c965bd1be5/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/ffmpeg/Config.in | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
> index ed87ddd492..c4ce8360a7 100644
> --- a/package/ffmpeg/Config.in
> +++ b/package/ffmpeg/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
> bool
> - # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
> + # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on arc
> + # and nios2
> # No support for ARMv7-M in the ARM assembly logic
> # Microblaze build affected by gcc PR71124 (infinite loop)
> # m68k coldfire causes a build failure, because the check for
> @@ -9,7 +10,8 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
> # not. See https://patchwork.ozlabs.org/patch/756664/ and
> # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467 for more
> # details.
> - default y if !BR2_nios2 && !BR2_ARM_CPU_ARMV7M && !BR2_microblaze && !BR2_m68k_cf
> + default y if !BR2_arc && !BR2_nios2 && !BR2_ARM_CPU_ARMV7M && \
> + !BR2_microblaze && !BR2_m68k_cf
I think only ARC+glibc is affected by this FE_* problem, no? ARC+uClibc
does work, no? (That's really a question, it should be verified).
Adding Alexey in Cc. Alexey: that's another example of a package that
needs proper <fenv.h> support in glibc.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-04 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-04 21:24 [Buildroot] [PATCH 1/1] package/ffmpeg: fix arc fenv build failure Bernd Kuhls
2017-11-04 22:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox