Skip to content

Commit b524e44

Browse files
committed
configure: remove obsolete Solaris ar check
Meson already has its own logic to find the "ar" binary, so remove the Solaris specific check. Reviewed-by: Marc-André Lureau <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 3f0a5d5 commit b524e44

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

configure

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,21 +2286,6 @@ EOF
22862286
fi
22872287
fi
22882288

2289-
#########################################
2290-
# Solaris specific configure tool chain decisions
2291-
2292-
if test "$solaris" = "yes" ; then
2293-
if has ar; then
2294-
:
2295-
else
2296-
if test -f /usr/ccs/bin/ar ; then
2297-
error_exit "No path includes ar" \
2298-
"Add /usr/ccs/bin to your path and rerun configure"
2299-
fi
2300-
error_exit "No path includes ar"
2301-
fi
2302-
fi
2303-
23042289
if test "$tcg" = "enabled"; then
23052290
git_submodules="$git_submodules tests/fp/berkeley-testfloat-3"
23062291
git_submodules="$git_submodules tests/fp/berkeley-softfloat-3"

0 commit comments

Comments
 (0)