< prev index next >

common/autoconf/build-aux/config.sub

Print this page
@  rev 2559 : imported patch alpinefixes-configsub
|

*** 27,36 **** --- 27,41 ---- # autoconf system (which might easily get lost in a future update), we # wrap it and fix the broken property, if needed. DIR=`dirname $0` + if [ "$1"x = "x86_64-unknown-linux-musl"x ]; then + echo $1 + exit + fi + # First, filter out everything that doesn't begin with "aarch64-" if ! echo $* | grep '^aarch64-' >/dev/null ; then . $DIR/autoconf-config.sub "$@" # autoconf-config.sub exits, so we never reach here, but just in # case we do:
< prev index next >