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:
Samuel Thibault 2020-11-08 23:52:51 +01:00 committed by Thomas Schwinge
parent f04e7e540e
commit e9cb89b936
1 changed files with 3 additions and 1 deletions

View File

@ -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