diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -352,6 +352,8 @@ if test -z "$cross_prefix" ; then if test -f "/lib/ld-uClibc.so.0" ; then confvars="$confvars uClibc" + elif test -f "/lib/ld-musl-$cpu.so.1"; then + confvars="$confvars musl" fi fi else |
