diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-26 21:02:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-26 21:02:14 +0100 |
commit | 7fcefe280a5960ef6f56b46a7aeac8e1295850f2 (patch) | |
tree | 6415a6e138f6f597ee24073f858933568b49e47c /configure.ac | |
parent | 54bba0f517cf134302e2a09233e1c9067f0e9c15 (diff) |
Related: rhbz#1366710 fedora mips64 and mips64le use lib64
Change-Id: I34aacd5c15595786b8dde4202a7538c4ff7889a3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 22c92c9746a6..962225516331 100644 --- a/configure.ac +++ b/configure.ac @@ -10975,7 +10975,7 @@ AC_SUBST(RHINO_JAR) # platforms there. supports_multilib= case "$host_cpu" in -x86_64 | powerpc64 | powerpc64le | s390x | aarch64) +x86_64 | powerpc64 | powerpc64le | s390x | aarch64 | mips64 | mips64el) if test "$SAL_TYPES_SIZEOFLONG" = "8"; then supports_multilib="yes" fi |