]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Hurd: Enable ifunc by default
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 8 Nov 2020 22:52:51 +0000 (23:52 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 13 Jan 2021 11:10:48 +0000 (12:10 +0100)
The binutils bugs seem to have been fixed.

gcc/
* config.gcc [$target == *-*-gnu*]: Enable
'default_gnu_indirect_function'.

(cherry picked from commit e9cb89b936f831a02318d45fc4ddb06f7be55ae4)

gcc/config.gcc

index 67bce508a1da2f5f58fc7bbd6193cc324860c975..cb3e3238e9104d83e2468f7173fa1b8a791aa293 100644 (file)
@@ -3542,7 +3542,9 @@ esac
 case ${target} in
 *-*-linux*android*|*-*-linux*uclibc*|*-*-linux*musl*)
         ;;
-*-*-linux*)
+*-*-kfreebsd*-gnu | *-*-kopensolaris*-gnu)
+        ;;
+*-*-linux* | *-*-gnu*)
        case ${target} in
        aarch64*-* | arm*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
                default_gnu_indirect_function=yes