]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package: remove _gp issue workaround for Codesourcery nios2 toolchain
authorRomain Naour <romain.naour@gmail.com>
Sat, 5 Mar 2016 16:04:19 +0000 (17:04 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Mar 2016 18:11:29 +0000 (19:11 +0100)
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>
12 files changed:
package/aiccu/Config.in
package/crda/Config.in
package/cryptsetup/Config.in
package/dmraid/Config.in
package/janus-gateway/Config.in
package/libmicrohttpd/Config.in
package/libssh2/Config.in
package/libupnpp/Config.in
package/mesa3d/Config.in
package/mosquitto/Config.in
package/php-ssh2/Config.in
package/upmpdcli/Config.in

index 2bfd649d265883474f5150f5d7404a5bf8169ddf..b346328dcc7eab9bba23568e3f72cdcd8c9e185b 100644 (file)
@@ -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
index 4eb1643606b19cb2877289d465743bfeea4c1d65..2b9332fc07218fe85a9b4e9049024e27753571a2 100644 (file)
@@ -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
index 321b97da1c03f431c7936ba8a56349b0e2e89c4b..80671ee8cadb66ac67696ad39f06e653f415d4d3 100644 (file)
@@ -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
index d278a116b2a5c2c2e13674026f6dbec668974a7f..4a8cf61686facd261f598d0944c8009ac8f44ebf 100644 (file)
@@ -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
index 1c00d323e73ad9752a710dbb08bb921f04c05d07..035ee6c3345e39e87ef1e353e6ef0155b8eee0ac 100644 (file)
@@ -11,7 +11,6 @@ config BR2_PACKAGE_JANUS_GATEWAY
        depends on BR2_USE_WCHAR # libnice -> libglib2
        depends on BR2_USE_MMU # libnice
        depends on !BR2_STATIC_LIBS # dlopen
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libmicrohttpd
        help
          Janus is an open source, general purpose, WebRTC gateway
          designed and developed by Meetecho.
@@ -21,4 +20,3 @@ config BR2_PACKAGE_JANUS_GATEWAY
 comment "janus-gateway needs a toolchain w/ dynamic library, threads, wchar"
        depends on BR2_USE_MMU
        depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index 68191ea7cff06e024f1782bddc7574bc5ecc2056..ec0b715fb5c53492f27a9ae2e2a5252147709eae 100644 (file)
@@ -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
index ea4bb3b0b8070521fe79513c9cd9149e12a5cec9..017fd4061a40b6a43cf3ae5753cb8a383ca9d827 100644 (file)
@@ -1,8 +1,6 @@
 config BR2_PACKAGE_LIBSSH2
        bool "libssh2"
        select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
-       # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          libssh2 is a client-side C library implementing the SSH2
          protocol as defined by Internet Drafts: SECSH-TRANS(22),
index 17a33918ab1bd1848bd2c25aa40c385fdde3459b..2d9958678821ff6fa4b6f8c10c6b07f74b096b48 100644 (file)
@@ -6,8 +6,6 @@ config BR2_PACKAGE_LIBUPNPP
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
        depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
-       # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
          upplay.
@@ -15,5 +13,4 @@ config BR2_PACKAGE_LIBUPNPP
          http://www.lesbonscomptes.com/upmpdcli/
 
 comment "libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
index 8c72a3d47885e0fe641e3add244a6fefa53fad56..90577466672681bd032195ddc5e1b745c85320c7 100644 (file)
@@ -3,8 +3,6 @@ menuconfig BR2_PACKAGE_MESA3D
        depends on BR2_INSTALL_LIBSTDCPP
        depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
-       # Triggers the _gp link issue in nios2
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        select BR2_PACKAGE_LIBDRM
        select BR2_PACKAGE_EXPAT
        select BR2_PACKAGE_XPROTO_DRI2PROTO if BR2_PACKAGE_XORG7
@@ -169,6 +167,5 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
 endif # BR2_PACKAGE_MESA3D
 
 comment "mesa3d needs a toolchain w/ C++, NPTL, dynamic library"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
                BR2_STATIC_LIBS
index ab598d07b6654dfa5638a8781dd174f327d8bbb0..50937d0554093949d7ba8b614406be88945b173c 100644 (file)
@@ -2,8 +2,6 @@ config BR2_PACKAGE_MOSQUITTO
        bool "mosquitto"
        depends on BR2_USE_MMU # fork()
        depends on !BR2_STATIC_LIBS # builds .so
-       # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          Mosquitto is an open source message broker that implements
          the MQ Telemetry Transport protocol versions 3.1 and
@@ -18,4 +16,3 @@ config BR2_PACKAGE_MOSQUITTO
 comment "mosquitto needs a toolchain w/ dynamic library"
        depends on BR2_USE_MMU
        depends on BR2_STATIC_LIBS
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index 9b8a3f82abb8dc1964cabadf93e67df9bd651c43..b4579007400fcde01ac30cd9c3274ffe228f92d6 100644 (file)
@@ -2,8 +2,6 @@ config BR2_PACKAGE_PHP_SSH2
        bool "php-ssh2"
        depends on BR2_PACKAGE_PHP
        select BR2_PACKAGE_LIBSSH2
-       # Triggers the _gp link issue (libssh2)
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          PHP bindings for the libssh2 library.
 
index 15020953111d1b3733ac42498ab7f69223a1fb46..32182050dc1183a6e2f13f5f8eed10a34598bc20 100644 (file)
@@ -5,8 +5,6 @@ config BR2_PACKAGE_UPMPDCLI
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
        depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
-       # libupnpp triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          upmpdcli is a UPnP Media Renderer front-end for MPD, the Music
          Player Daemon. It supports UPnP gapless track transitions and
@@ -15,5 +13,4 @@ config BR2_PACKAGE_UPMPDCLI
          http://www.lesbonscomptes.com/upmpdcli/
 
 comment "upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6