Hurd: Enable ifunc by default
The binutils bugs seem to have been fixed. gcc/ * config.gcc [$target == *-*-gnu*]: Enable 'default_gnu_indirect_function'.
This commit is contained in:
parent
f04e7e540e
commit
e9cb89b936
@ -3598,7 +3598,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
|
||||
|
Loading…
Reference in New Issue
Block a user