summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-03 05:17:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-03 09:49:00 +0200
commitfe63652bbfc7379512b5d14e0a39aadfbdeb18a5 (patch)
treedc2195b960a451b3c6bd057aef8f202146401331
parentca3b3c37b80fd3226e62dcfbbb1487a312361ba2 (diff)
mongrel2: allow to build for sparc
With uClibc-ng 1.0.15 sparc support got context functions. Tested with qemu-system-sparc. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mongrel2/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in
index 49dd6fd97..bc9b79bdd 100644
--- a/package/mongrel2/Config.in
+++ b/package/mongrel2/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS
bool
default y if BR2_TOOLCHAIN_USES_GLIBC
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
- (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || BR2_x86_64)
+ (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || BR2_sparc || BR2_x86_64)
comment "mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || \