libsigsegv: unavailable for powerpc with uclibc
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 6 Jul 2015 14:01:51 +0000 (11:01 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Jul 2015 21:52:18 +0000 (23:52 +0200)
Fixes:
http://autobuild.buildroot.net/results/c5f/c5fef9a89f99e13de9cabe52c2ac1602d85974fe/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libsigsegv/Config.in

index 2ca9a2892532ae3f9dea98b225d7dddc68729c7e..35f6d67b6c472d98bd6fa09cbcdd68b39a3c5f48 100644 (file)
@@ -3,7 +3,12 @@ config BR2_PACKAGE_LIBSIGSEGV
        depends on !BR2_xtensa
        depends on !BR2_arc # no ucontext_i.sym file
        depends on !BR2_microblaze
+       # No ucontext support in uclibc for powerpc
+       depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
        help
          Library for handling page faults in user mode.
 
          http://libsigsegv.sourceforge.net/
+
+comment "libsigsegv needs an (e)glibc toolchain"
+       depends on BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC