Skip to content

Commit 63bf95b

Browse files
authored
bpo-46446: Like FreeBSD, MULTIARCH should not be passed on OpenBSD (GH-30721)
1 parent af2e760 commit 63bf95b

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``configure`` no longer sets ``MULTIARCH`` on OpenBSD platforms.

configure

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ AS_CASE([$ac_sys_system],
12021202
[Darwin*], [MULTIARCH=""],
12031203
[iOS], [MULTIARCH=""],
12041204
[FreeBSD*], [MULTIARCH=""],
1205+
[OpenBSD*], [MULTIARCH=""],
12051206
[MULTIARCH=$($CC --print-multiarch 2>/dev/null)]
12061207
)
12071208
AC_SUBST([MULTIARCH])

0 commit comments

Comments
 (0)