package/gcc: remove legacy leftover for PR60102
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 15 Aug 2017 21:33:04 +0000 (23:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Aug 2017 21:14:01 +0000 (23:14 +0200)
Commit 2c8de6c4 (gcc 4.9.1: add patch for PR60102) removed the SPE
condition becasue of said PR, but forgot to remove the associated
comment, which has been tagging along all this time...

Remove it, it is no longer valid and causes confusion.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gcc/Config.in.host

index a2e02d7aedcfe3c615c90927ab67a4ccd6eaaf91..485755a15d3bced1920e2f0fea72d07b46402c27 100644 (file)
@@ -39,7 +39,6 @@ config BR2_GCC_VERSION_4_9_X
        depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64le))
        # musl mips64 unsupported
        depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
-       # PR60102 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102
        select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
 
 config BR2_GCC_VERSION_5_X