[Gmp-commit] /var/hg/gmp: Fixes to which cpu types end with a "*".
mercurial at gmplib.org
mercurial at gmplib.org
Tue May 28 19:56:06 UTC 2019
details: /var/hg/gmp/rev/695951e4b643
changeset: 17768:695951e4b643
user: Torbjorn Granlund <tg at gmplib.org>
date: Tue May 28 21:55:58 2019 +0200
description:
Fixes to which cpu types end with a "*".
* config.sub: Fixes to which cpu types end with a "*".
diffstat:
config.sub | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r df0378c1f4ae -r 695951e4b643 config.sub
--- a/config.sub Sun May 26 21:02:34 2019 +0200
+++ b/config.sub Tue May 28 21:55:58 2019 +0200
@@ -102,7 +102,7 @@
test_cpu=ia64 ;;
pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*)
test_cpu=i386 ;;
-athlon64 | atom | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | knightslanding)
+athlon64 | atom | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen* | nano | nehalem | westmere | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | knightslanding)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;
More information about the gmp-commit
mailing list