We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0a5d5 commit b524e44Copy full SHA for b524e44
configure
@@ -2286,21 +2286,6 @@ EOF
2286
fi
2287
2288
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
2302
-fi
2303
2304
if test "$tcg" = "enabled"; then
2305
git_submodules="$git_submodules tests/fp/berkeley-testfloat-3"
2306
git_submodules="$git_submodules tests/fp/berkeley-softfloat-3"
0 commit comments