libsigsegv: not available on Microblaze
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Apr 2014 18:59:14 +0000 (20:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Apr 2014 18:59:14 +0000 (20:59 +0200)
Fixes:

  http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124eeeffeca5657a0aa9/

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

index 4890552a3c05bfe48537b9aa37ba84583c0a698f..2ca9a2892532ae3f9dea98b225d7dddc68729c7e 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBSIGSEGV
        bool "libsigsegv"
        depends on !BR2_xtensa
        depends on !BR2_arc # no ucontext_i.sym file
+       depends on !BR2_microblaze
        help
          Library for handling page faults in user mode.