summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-29 02:43:11 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-29 02:43:11 +0200
commit2a5460961c8a834619383b23629d626a39583cd8 (patch)
tree25085b55bec891b995a539fa4d6d0a25a583e231
parent8c7ae3147f4a4c3796c50004d4850e0e190257cb (diff)
downloadgmp-2a5460961c8a834619383b23629d626a39583cd8.tar.gz
Regenerate for:
* configure.in [sparc64-*-linux*] (gmp_cflags64_gcc): Same flags as under solaris.
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 2ba120ed7..3a9da66dd 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.127
+# From configure.in Revision: 1.128
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using Autoconf version 2.14a.
# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
@@ -1210,8 +1210,8 @@ case "$target" in
gmp_cflags64_cc="-xtarget=native -xarch=v9 -xO4"
;;
sparc64-*-linux*)
- os_64bit=yes
- gmp_cflags64_gcc="$gmp_cflags_gcc -m64"
+ os_64bit=yes
+ gmp_cflags64_gcc="$gmp_cflags64_gcc -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9"
gmp_cflags_gcc="$gmp_cflags_gcc -m32"
gmp_xoptflags_gcc="-mcpu=ultrasparc -mvis"
;;