2013-11-27 16:48:39 +01:00
|
|
|
config BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
|
|
|
def_bool y
|
|
|
|
depends on !BR2_arc && !BR2_xtensa && !BR2_bfin
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
|
|
|
|
2011-07-07 14:07:22 +02:00
|
|
|
config BR2_PACKAGE_LIBNSPR
|
|
|
|
bool "libnspr"
|
|
|
|
depends on BR2_LARGEFILE
|
2012-09-17 08:44:34 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2011-07-07 14:07:22 +02:00
|
|
|
help
|
|
|
|
NSPR is the Netscape Portable Runtime library which provides
|
|
|
|
a platform-neutral API for system level and libc like
|
|
|
|
functions. The library is used by the Mozilla project as well
|
|
|
|
as others.
|
|
|
|
|
|
|
|
http://www.mozilla.org/projects/nspr/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libnspr needs a toolchain w/ largefile, threads"
|
2013-05-11 15:09:35 +02:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|