File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ macos
Original file line number Diff line number Diff line change 1+ diff --git a/configure b/configure
2+ index 2db11e6..bccbff9 100755
3+ --- a/configure
4+ +++ b/configure
5+ @@ -5184,9 +5184,6 @@ $as_echo "$as_me:
6+ fi
7+
8+
9+ - MULTIARCH=$($CC --print-multiarch 2>/dev/null)
10+ -
11+ -
12+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5
13+ $as_echo_n "checking for the platform triplet based on compiler characteristics... " >&6; }
14+ cat >> conftest.c <<EOF
15+ @@ -5343,6 +5340,11 @@ $as_echo "none" >&6; }
16+ fi
17+ rm -f conftest.c conftest.out
18+
19+ + if test x$PLATFORM_TRIPLET != xdarwin; then
20+ + MULTIARCH=$($CC --print-multiarch 2>/dev/null)
21+ + fi
22+ +
23+ +
24+ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
25+ if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
26+ as_fn_error $? "internal configure error for the platform triplet, please file a bug report" "$LINENO" 5
You can’t perform that action at this time.
0 commit comments