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/cryptsetup | |
| 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/cryptsetup')
| -rw-r--r-- | package/cryptsetup/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/cryptsetup/Config.in b/package/cryptsetup/Config.in index 321b97da1c..80671ee8ca 100644 --- a/package/cryptsetup/Config.in +++ b/package/cryptsetup/Config.in @@ -9,8 +9,6 @@ config BR2_PACKAGE_CRYPTSETUP depends on BR2_USE_MMU # lvm2 depends on !BR2_STATIC_LIBS # lvm2 depends on BR2_USE_WCHAR # util-linux - # Triggers the _gp link issue - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII help This tool helps manipulate dm-crypt and luks partitions for on-disk encryption. @@ -20,4 +18,3 @@ config BR2_PACKAGE_CRYPTSETUP comment "cryptsetup needs a toolchain w/ wchar, threads, dynamic library" depends on BR2_USE_MMU depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII |

