summaryrefslogtreecommitdiff
path: root/package/aiccu
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-03-05 17:04:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-05 19:11:29 +0100
commitf844ac4e67ef7fa87482064015c71030ab53c47a (patch)
tree84bfc9ae103118d44fc01401f340c5073d432f17 /package/aiccu
parent53b94db4d8cc46ab22699ca25f3d52364cad2fe9 (diff)
package: remove _gp issue workaround for Codesourcery nios2 toolchain
The _gp link issue has been fixed in CS nios2 2015.11. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/aiccu')
-rw-r--r--package/aiccu/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/aiccu/Config.in b/package/aiccu/Config.in
index 2bfd649d2..b346328dc 100644
--- a/package/aiccu/Config.in
+++ b/package/aiccu/Config.in
@@ -3,8 +3,6 @@ config BR2_PACKAGE_AICCU
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
- # Triggers the _gp link issue
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
select BR2_PACKAGE_GNUTLS
help
SixXS Automatic IPv6 Connectivity Client Utility
@@ -23,4 +21,3 @@ config BR2_PACKAGE_AICCU
comment "aiccu needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII