[Gmp-commit] /var/hg/gmp: Make sparc -mptr64 argument optional.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Jun 29 12:51:32 CEST 2023
details: /var/hg/gmp/rev/2462dcac9b4c
changeset: 18381:2462dcac9b4c
user: Torbjorn Granlund <tg at gmplib.org>
date: Thu Jun 29 12:50:04 2023 +0200
description:
Make sparc -mptr64 argument optional.
diffstat:
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 25e525ca4c7e -r 2462dcac9b4c configure.ac
--- a/configure.ac Thu Jun 29 03:10:07 2023 +0200
+++ b/configure.ac Thu Jun 29 12:50:04 2023 +0200
@@ -1635,7 +1635,8 @@
# it until we're sure. (Might want -xarch=v9a or -xarch=v9b for the
# higher cpu types instead.)
#
- gcc_64_cflags="$gcc_cflags -m64 -mptr64"
+ gcc_64_cflags="$gcc_cflags -m64"
+ gcc_64_cflags_maybe="-mptr64"
gcc_64_ldflags="-Wc,-m64"
gcc_64_cflags_optlist="cpu asm"
More information about the gmp-commit
mailing list