diff options
| author | Romain Naour <romain.naour@gmail.com> | 2016-03-05 17:04:19 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-05 19:11:29 +0100 |
| commit | f844ac4e67ef7fa87482064015c71030ab53c47a (patch) | |
| tree | 84bfc9ae103118d44fc01401f340c5073d432f17 /package/crda | |
| parent | 53b94db4d8cc46ab22699ca25f3d52364cad2fe9 (diff) | |
| download | buildroot-f844ac4e67ef7fa87482064015c71030ab53c47a.tar.gz buildroot-f844ac4e67ef7fa87482064015c71030ab53c47a.zip | |
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/crda')
| -rw-r--r-- | package/crda/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/crda/Config.in b/package/crda/Config.in index 4eb1643606..2b9332fc07 100644 --- a/package/crda/Config.in +++ b/package/crda/Config.in @@ -6,8 +6,6 @@ config BR2_PACKAGE_CRDA select BR2_PACKAGE_LIBNL # regdb is a runtime dependency select BR2_PACKAGE_WIRELESS_REGDB - # Triggers the _gp link issue - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII help Central Regulatory Domain Agent. @@ -20,4 +18,3 @@ config BR2_PACKAGE_CRDA comment "crda needs a toolchain w/ threads, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII |

