]> Git Repo - buildroot-mgba.git/commitdiff
toolchain-external: CodeSourcery NIOSII: support only one version
authorRomain Naour <[email protected]>
Sat, 21 Nov 2015 16:36:16 +0000 (17:36 +0100)
committerThomas Petazzoni <[email protected]>
Fri, 18 Dec 2015 21:57:16 +0000 (22:57 +0100)
See the conclusion about external toolchains during the Buildroot
meeting [1]:
"In the future, we stick to a single external toolchain version. The
Kconfig symbol should not encode the version (avoid legacy handling)"

[1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report

Signed-off-by: Romain Naour <[email protected]>
Reviewed-by: Vicente Olivert Riera <[email protected]>
Tested-by: Vicente Olivert Riera <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
23 files changed:
package/aiccu/Config.in
package/boost/Config.in
package/connman/Config.in
package/crda/Config.in
package/cryptsetup/Config.in
package/dmraid/Config.in
package/flann/Config.in
package/janus-gateway/Config.in
package/libcap-ng/Config.in
package/libmicrohttpd/Config.in
package/libssh2/Config.in
package/libupnpp/Config.in
package/lxc/Config.in
package/mesa3d/Config.in
package/mosquitto/Config.in
package/ofono/Config.in
package/php-ssh2/Config.in
package/pixman/pixman.mk
package/upmpdcli/Config.in
package/util-linux/Config.in
toolchain/toolchain-external/Config.in
toolchain/toolchain-external/toolchain-external.hash
toolchain/toolchain-external/toolchain-external.mk

index 4a0d20d71dbeb2ab61510abc328009749c30ea79..2bfd649d265883474f5150f5d7404a5bf8169ddf 100644 (file)
@@ -4,8 +4,7 @@ config BR2_PACKAGE_AICCU
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
        # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        select BR2_PACKAGE_GNUTLS
        help
          SixXS Automatic IPv6 Connectivity Client Utility
@@ -24,5 +23,4 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index 83f6871e89287e0ecd457bddf7eefd76552fd0c0..03935e8c82a7bf59cf46cfe1242478d120a7a99c 100644 (file)
@@ -3,8 +3,7 @@ comment "boost needs a toolchain w/ C++, threads, wchar"
 
 config BR2_PACKAGE_BOOST_ARCH_SUPPORTS
        bool
-       default y if !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 && \
-               !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
+       default y if !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
 
 config BR2_PACKAGE_BOOST
        bool "boost"
index 5ca38bf11a0e6ed5ba077b1452b19a46884cd0b6..655db865c5063bd94cff512a88cedf11dde3b7ba 100644 (file)
@@ -53,7 +53,7 @@ config BR2_PACKAGE_CONNMAN_NEARD
 
 config BR2_PACKAGE_CONNMAN_OFONO
        bool "enable ofono support"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libcap-ng
        select BR2_PACKAGE_OFONO
 
 config BR2_PACKAGE_CONNMAN_DEBUG
index 5318fc1de6cdfdeb4a6a37858e6a57aca02f36b7..4eb1643606b19cb2877289d465743bfeea4c1d65 100644 (file)
@@ -7,8 +7,7 @@ config BR2_PACKAGE_CRDA
        # regdb is a runtime dependency
        select BR2_PACKAGE_WIRELESS_REGDB
        # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          Central Regulatory Domain Agent.
 
@@ -21,5 +20,4 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index d7ccd379e6dfaa78773134d865ada2b1801080a9..321b97da1c03f431c7936ba8a56349b0e2e89c4b 100644 (file)
@@ -10,8 +10,7 @@ config BR2_PACKAGE_CRYPTSETUP
        depends on !BR2_STATIC_LIBS # lvm2
        depends on BR2_USE_WCHAR # util-linux
        # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          This tool helps manipulate dm-crypt and luks partitions for
          on-disk encryption.
@@ -21,5 +20,4 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index ec50670d56547bd53e9f62555c9507e0906987c8..d278a116b2a5c2c2e13674026f6dbec668974a7f 100644 (file)
@@ -4,8 +4,7 @@ config BR2_PACKAGE_DMRAID
        depends on BR2_USE_MMU # lvm2
        depends on !BR2_STATIC_LIBS # lvm2
        # dmraid triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        select BR2_PACKAGE_LVM2
        help
          dmraid discovers, activates, deactivates and displays properties
@@ -17,6 +16,5 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
index 1222310bfddf485f0b625d8be7401360a4226e8a..3725fc784ff46a3ef84cecc9e00c7e0d5c4bf504 100644 (file)
@@ -2,8 +2,6 @@ config BR2_PACKAGE_FLANN
        bool "flann"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on !BR2_STATIC_LIBS
-       # triggers an assert in the linker of this toolchain
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
        help
          FLANN is a library for performing fast approximate nearest
          neighbor searches in high dimensional spaces. It contains a
index cafad94dc355635b6ee3d717fa0c5fbbc00ac6b5..1c00d323e73ad9752a710dbb08bb921f04c05d07 100644 (file)
@@ -11,8 +11,7 @@ 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_NIOSII201305 # libmicrohttpd
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libmicrohttpd
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libmicrohttpd
        help
          Janus is an open source, general purpose, WebRTC gateway
          designed and developed by Meetecho.
@@ -22,5 +21,4 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index a52d230e605e1e120a0dcfefc5c83a607f09bee9..4939e262ac62dc7585f2db4dd1513f3909175b42 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBCAP_NG
        bool "libcap-ng"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # triggers compiler bug
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # triggers compiler bug
        help
          The libcap-ng library is intended to make programming with
          posix capabilities much easier than the traditional libcap
index d9e6493776f76003c5263e30873dc1c1df22bade..68191ea7cff06e024f1782bddc7574bc5ecc2056 100644 (file)
@@ -2,8 +2,7 @@ config BR2_PACKAGE_LIBMICROHTTPD
        bool "libmicrohttpd"
        depends on BR2_TOOLCHAIN_HAS_THREADS
        # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       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.
@@ -27,5 +26,4 @@ endif
 
 comment "libmicrohttpd needs a toolchain w/ threads"
        depends on !BR2_TOOLCHAIN_HAS_THREADS
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index 341624069a375d49c8cfd24abd8fcb5b7092e5bd..ea4bb3b0b8070521fe79513c9cd9149e12a5cec9 100644 (file)
@@ -2,8 +2,7 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       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 8af0cda698e46baf92ef3534c9984655dcccd490..1dfd3c7920889b56933b6ba7f9fe59bb7df9f4ca 100644 (file)
@@ -7,8 +7,7 @@ config BR2_PACKAGE_LIBUPNPP
        depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
        depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
        # Triggers the _gp link issue
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
          upplay.
@@ -16,6 +15,5 @@ config BR2_PACKAGE_LIBUPNPP
          http://www.lesbonscomptes.com/upmpdcli/
 
 comment "libupnpp needs a toolchain w/ C++, threads, gcc >= 4.5"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
index ffd9b4a061e64e094c8ab36d654c257800352c54..a5df3e32eb64a6b3a4c8fe774e0cbe93cea9c37b 100644 (file)
@@ -6,8 +6,7 @@ config BR2_PACKAGE_LXC
        # build system forcefully builds a shared library
        depends on !BR2_STATIC_LIBS
        # the toolchain doesn't support setns syscall
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
        help
          Linux Containers (LXC), provides the ability to group and isolate
@@ -18,8 +17,7 @@ config BR2_PACKAGE_LXC
 
 comment "lxc needs a toolchain w/ threads, headers >= 3.0, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_TOOLCHAIN_HAS_THREADS \
                || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
                || BR2_STATIC_LIBS
index fdeb59977c9b75196eb52f84f6742a17a7020f65..8dd208f40a67513a464a830813c30b1c15b9f00a 100644 (file)
@@ -13,8 +13,7 @@ menuconfig BR2_PACKAGE_MESA3D
        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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          Mesa 3D, an open-source implementation of the OpenGL specification.
 
@@ -153,7 +152,6 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
                BR2_STATIC_LIBS
index 4053c62259cfc0b4277961bbceffc6fe1faf761e..ab598d07b6654dfa5638a8781dd174f327d8bbb0 100644 (file)
@@ -3,8 +3,7 @@ config BR2_PACKAGE_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_NIOSII201405
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
+       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
@@ -19,5 +18,4 @@ 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_NIOSII201405
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index f709b04180d45ebb30ee17525b431df40b9dd03f..f8365d82741c969b1d567472cb40551c1bde9cc5 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_OFONO
        depends on BR2_USE_WCHAR # gettext, libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
        depends on BR2_USE_MMU # dbus, libglib2
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libcap-ng
        depends on !BR2_STATIC_LIBS # dlopen()
        select BR2_PACKAGE_LIBCAP_NG
        select BR2_PACKAGE_DBUS
@@ -19,4 +19,4 @@ config BR2_PACKAGE_OFONO
 comment "ofono needs a toolchain w/ dynamic library, wchar, threads"
        depends on BR2_USE_MMU
        depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
index bc31e1ddbd7536812e968e0f1862c852a4dc0759..9b8a3f82abb8dc1964cabadf93e67df9bd651c43 100644 (file)
@@ -3,8 +3,7 @@ config BR2_PACKAGE_PHP_SSH2
        depends on BR2_PACKAGE_PHP
        select BR2_PACKAGE_LIBSSH2
        # Triggers the _gp link issue (libssh2)
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        help
          PHP bindings for the libssh2 library.
 
index 8845315a2fafac4ebc927d6c6d43ec7d2f153677..e1b7c2dc8892c377d457777d53964881be8b49e4 100644 (file)
@@ -28,7 +28,7 @@ endif
 # toolchain gets confused about TLS access through GOT (PIC), so disable TLS
 # movhi        r4, %got_hiadj(%tls_ldo(fast_path_cache))
 # {standard input}:172: Error: bad expression
-ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405),y)
+ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII),y)
 PIXMAN_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DPIXMAN_NO_TLS"
 endif
 
index 848c6af84955bf1ce631781f015050936a45a460..15020953111d1b3733ac42498ab7f69223a1fb46 100644 (file)
@@ -6,8 +6,7 @@ config BR2_PACKAGE_UPMPDCLI
        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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       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
@@ -16,6 +15,5 @@ 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_NIOSII201305
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
index c3ea1907c41bed31ff031672597b2d1215f0e0a6..214b975630435ffc355ea570067fa5daaabccadf 100644 (file)
@@ -211,7 +211,7 @@ config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS
 
 config BR2_PACKAGE_UTIL_LINUX_SETPRIV
        bool "setpriv"
-       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libcap-ng
        select BR2_PACKAGE_LIBCAP_NG
        help
          Run a program with different Linux privilege settings
index 523e773f6cc1bc08f0e733b04a086aed36685e6b..6424a8f63b221f0b99376bfe683ab7b617bcb344 100644 (file)
@@ -501,7 +501,7 @@ comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 an
        depends on BR2_MIPS_NABI32
        depends on !BR2_STATIC_LIBS
 
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        bool "Sourcery CodeBench Nios-II 2014.05"
        depends on BR2_nios2
        depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
@@ -517,22 +517,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
          from Mentor Graphics. It uses gcc 4.8.3, binutils 2.24.51,
          glibc 2.19.90, gdb 7.7.50 and kernel headers 3.12.
 
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       bool "Sourcery CodeBench Nios-II 2013.05"
-       depends on BR2_nios2
-       depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
-       depends on !BR2_STATIC_LIBS
-       select BR2_TOOLCHAIN_EXTERNAL_GLIBC
-       select BR2_TOOLCHAIN_HAS_NATIVE_RPC
-       select BR2_INSTALL_LIBSTDCPP
-       select BR2_HOSTARCH_NEEDS_IA32_LIBS
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
-       select BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
-       help
-         Sourcery CodeBench toolchain for the Nios-II architecture,
-         from Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52,
-         glibc 2.17, gdb 7.4.50 and kernel headers 3.7.0.
-
 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201203
        bool "Sourcery CodeBench PowerPC 2012.03"
        depends on BR2_powerpc
@@ -990,8 +974,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
        default "mips-linux-gnu"         if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405
        default "mips-linux-gnu"         if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201411
        default "mips-linux-gnu"         if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201505
-       default "nios2-linux-gnu"        if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
-       default "nios2-linux-gnu"        if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+       default "nios2-linux-gnu"        if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
        default "powerpc-linux-gnu"      if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
        default "powerpc-linux-gnu"      if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
        default "powerpc-mentor-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201203
index 8a3e85b311c4c23a963b0c4b8c086fe9d10ebe59..dd95adea3d230c66e474997eef7c1785bfd19e59 100644 (file)
@@ -23,7 +23,6 @@ sha256 395f1c504a8fb6b7a10663143627b7eee2edc8fd884aa13c4b8505a3623960f5  arm-201
 sha256 8455854d3b3abbc2328e6c061c6b9625ef8f9c1f236db9f1771877715bd70b9b  arm-2013.11-33-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
 sha256 39ee0e789034334ecc89af94e838e3a4815400ac5ff980f808f466b04778532e  arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
 # NiosII
-sha256 29567361910b020751ea8041ecb45b3cc74714e71c6deb4981b678772b746b33  sourceryg++-2013.05-43-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
 sha256 fb02fe3d595bd80a6e0ebc9d59a64010d84ae8d13f47e241b3a335f42b0414dc  sourceryg++-2014.05-47-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
 # PowerPC
 sha256 d68d1a2a055ece3824a1a11fcc0a8e813ee1d215025247cce0d877caa12c4b54  freescale-2010.09-55-powerpc-linux-gnu-i686-pc-linux-gnu.tar.bz2
index 8e85799b433e6c07e90f0d7e36f2480945c15a86..0c0581f37896dfd6d13078a25010d0c3e7ced403 100644 (file)
@@ -358,11 +358,7 @@ else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201505),y)
 TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu
 TOOLCHAIN_EXTERNAL_SOURCE = mips-2015.05-18-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
 TOOLCHAIN_EXTERNAL_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201505_LIB_NAMES_FIX
-else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305),y)
-TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/nios2-linux-gnu
-TOOLCHAIN_EXTERNAL_SOURCE = sourceryg++-2013.05-43-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
-TOOLCHAIN_EXTERNAL_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_EXTERNAL_SANITIZE_KERNEL_HEADERS
-else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405),y)
+else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII),y)
 TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/nios2-linux-gnu
 TOOLCHAIN_EXTERNAL_SOURCE = sourceryg++-2014.05-47-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
 else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009),y)
@@ -764,18 +760,6 @@ define TOOLCHAIN_EXTERNAL_INSTALL_WRAPPER
        done
 endef
 
-# This sed magic is taken from Linux headers_install.sh script.
-define TOOLCHAIN_EXTERNAL_SANITIZE_KERNEL_HEADERS
-       $(Q)$(call MESSAGE,"Sanitizing kernel headers")
-       find $(STAGING_DIR)/usr/include/linux/ -name "*.h" | xargs sed -r -i \
-               -e 's/([ \t(])(__user|__force|__iomem)[ \t]/\1/g' \
-               -e 's/__attribute_const__([ \t]|$$)/\1/g' \
-               -e 's@^#include <linux/compiler.h>@@' \
-               -e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$$)/\1__attribute__((packed))\2/g' \
-               -e 's/(^|[ \t(])(inline|asm|volatile)([ \t(]|$$)/\1__\2__\3/g' \
-               -e 's@#(ifndef|define|endif[ \t]*/[*])[ \t]*_UAPI@#\1 @'
-endef
-
 #
 # Generate gdbinit file for use with Buildroot
 #
This page took 0.066503 seconds and 4 git commands to generate.