mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
build: Match also gnu* for GNU/Hurd on the glibc ABI selection
The GNU/Hurd system does not specify a kernel part, so we need to match on both *-gnu* and gnu* (to avoid overmatching with just *gnu*).
This commit is contained in:
parent
70f49a7028
commit
9cbd935d92
@ -85,7 +85,7 @@ abi_vis=unknown
|
|||||||
abi_wcsl=unknown
|
abi_wcsl=unknown
|
||||||
|
|
||||||
AS_CASE([$host_os],
|
AS_CASE([$host_os],
|
||||||
[*-gnu*], [
|
[*-gnu* | gnu*], [
|
||||||
abi_accmode=yes
|
abi_accmode=yes
|
||||||
# DROP: On glibc >= 2.36.
|
# DROP: On glibc >= 2.36.
|
||||||
#abi_arc4random=no
|
#abi_arc4random=no
|
||||||
|
Loading…
Reference in New Issue
Block a user