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/dmraid | |
| 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/dmraid')
| -rw-r--r-- | package/dmraid/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/dmraid/Config.in b/package/dmraid/Config.in index d278a116b2..4a8cf61686 100644 --- a/package/dmraid/Config.in +++ b/package/dmraid/Config.in @@ -3,8 +3,6 @@ config BR2_PACKAGE_DMRAID depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2 depends on BR2_USE_MMU # lvm2 depends on !BR2_STATIC_LIBS # lvm2 - # dmraid triggers the _gp link issue - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII select BR2_PACKAGE_LVM2 help dmraid discovers, activates, deactivates and displays properties @@ -15,6 +13,4 @@ config BR2_PACKAGE_DMRAID comment "dmraid needs a toolchain w/ threads, dynamic library" depends on BR2_USE_MMU - # dmraid triggers the _gp link issue - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS |

