diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -399,7 +399,7 @@ fi | |||
399 | 399 | ||
400 | if [ "$LUAROCKS_UNAME_S" = Linux ] | 400 | if [ "$LUAROCKS_UNAME_S" = Linux ] |
401 | then | 401 | then |
402 | GCC_ARCH=`gcc -dumpspecs 2>/dev/null | grep -A 1 "^*multilib:$" | tail -1 | cut -d: -f3 | cut -d' ' -f1` | 402 | GCC_ARCH=`gcc -print-multiarch 2>/dev/null` |
403 | if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] | 403 | if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] |
404 | then | 404 | then |
405 | MULTIARCH_SUBDIR="lib/$GCC_ARCH" | 405 | MULTIARCH_SUBDIR="lib/$GCC_ARCH" |