mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 13:10:24 +01:00
Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86
Needed when using a compiler that defaults to 64-bit output when
configure is checking for $host_cpu.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Thomas Klausner <wiz@NetBSD.org>
(cherry picked from commit d4e85afac6)
This commit is contained in:
parent
9b9d621f11
commit
2a2f676dce
1 changed files with 1 additions and 1 deletions
|
|
@ -1976,7 +1976,7 @@ if test "x$XORG" = xyes; then
|
|||
sparc*)
|
||||
SOLARIS_INOUT_ARCH="sparcv8plus"
|
||||
;;
|
||||
i*86)
|
||||
i*86|x86_64*)
|
||||
if test x$SOLARIS_64 = xyes ; then
|
||||
SOLARIS_INOUT_ARCH="amd64"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue