Skip to content

Commit 6700198

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Disable ifunc support on openbsd
2 parents 4e98e65 + a04fac8 commit 6700198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ dnl Fix for these systems is already included in GCC 7, but not on GCC 6.
524524
dnl
525525
dnl At least some versions of FreeBSD seem to have buggy ifunc support, see
526526
dnl bug #77284. Conservatively don't use ifuncs on FreeBSD.
527-
AS_CASE([$host_alias], [*-*-*android*|*-*-*uclibc*|*-*-*musl*|*freebsd*], [true], [
527+
AS_CASE([$host_alias], [*-*-*android*|*-*-*uclibc*|*-*-*musl*|*freebsd*|*openbsd*], [true], [
528528
AX_GCC_FUNC_ATTRIBUTE([ifunc])
529529
AX_GCC_FUNC_ATTRIBUTE([target])
530530
])

0 commit comments

Comments
 (0)