summaryrefslogtreecommitdiffstats
path: root/package/libsigsegv/Config.in
blob: e5224da2eed1e2f113f617b60fb14fa28692b8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_LIBSIGSEGV
	bool "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 and superh
	depends on !((BR2_powerpc || BR2_sh) && 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_sh) && BR2_TOOLCHAIN_USES_UCLIBC
OpenPOWER on IntegriCloud