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/libmicrohttpd | |
| 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/libmicrohttpd')
| -rw-r--r-- | package/libmicrohttpd/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/libmicrohttpd/Config.in b/package/libmicrohttpd/Config.in index 68191ea7cf..ec0b715fb5 100644 --- a/package/libmicrohttpd/Config.in +++ b/package/libmicrohttpd/Config.in @@ -1,8 +1,6 @@ config BR2_PACKAGE_LIBMICROHTTPD bool "libmicrohttpd" depends on BR2_TOOLCHAIN_HAS_THREADS - # Triggers the _gp link issue - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII help GNU libmicrohttpd is a small C library that makes it easy to run an HTTP server as part of another application. @@ -26,4 +24,3 @@ endif comment "libmicrohttpd needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII |

