diff options
| -rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -419,6 +419,10 @@ then | |||
| 419 | if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] | 419 | if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] |
| 420 | then | 420 | then |
| 421 | MULTIARCH_SUBDIR="lib/$GCC_ARCH" | 421 | MULTIARCH_SUBDIR="lib/$GCC_ARCH" |
| 422 | elif [ -d "/usr/lib64" ] | ||
| 423 | then | ||
| 424 | # Useful for Fedora systems | ||
| 425 | MULTIARCH_SUBDIR="lib64" | ||
| 422 | fi | 426 | fi |
| 423 | fi | 427 | fi |
| 424 | 428 | ||
