From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/arch/
Date: Sat, 11 Apr 2020 20:27:52 +0000 (UTC) [thread overview]
Message-ID: <1586588947.0aa79899781447509c65a789bb9cc369311c5977.mattst88@gentoo> (raw)
commit: 0aa79899781447509c65a789bb9cc369311c5977
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 11 07:09:07 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 07:09:07 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0aa79899
catalyst/arch: Remove subarch aliases
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
catalyst/arch/amd64.py | 6 ------
catalyst/arch/mips.py | 2 --
catalyst/arch/x86.py | 5 -----
3 files changed, 13 deletions(-)
diff --git a/catalyst/arch/amd64.py b/catalyst/arch/amd64.py
index 980be552..58904fa2 100644
--- a/catalyst/arch/amd64.py
+++ b/catalyst/arch/amd64.py
@@ -58,15 +58,9 @@ def register():
return ({
"amd64" : arch_amd64,
"k8" : arch_k8,
- "opteron" : arch_k8,
- "athlon64" : arch_k8,
- "athlonfx" : arch_k8,
"nocona" : arch_nocona,
"core2" : arch_core2,
"k8-sse3" : arch_k8_sse3,
- "opteron-sse3" : arch_k8_sse3,
- "athlon64-sse3" : arch_k8_sse3,
"amdfam10" : arch_amdfam10,
- "barcelona" : arch_amdfam10,
"x32" : arch_x32,
}, ("x86_64","amd64","nocona"))
diff --git a/catalyst/arch/mips.py b/catalyst/arch/mips.py
index 1ac6f85d..f7fbcc5b 100644
--- a/catalyst/arch/mips.py
+++ b/catalyst/arch/mips.py
@@ -432,7 +432,6 @@ def register():
return ({
"cobalt" : arch_cobalt,
"cobalt_n32" : arch_cobalt_n32,
- "mips" : arch_mips1,
"mips1" : arch_mips1,
"mips2" : arch_mips2,
"mips32" : arch_mips32,
@@ -463,7 +462,6 @@ def register():
"mips64r2_n32" : arch_mips64r2_n32,
"mips64r2_n64" : arch_mips64r2_n64,
"mips64r2_multilib" : arch_mips64r2_multilib,
- "mipsel" : arch_mipsel1,
"mipsel1" : arch_mipsel1,
"mipsel2" : arch_mipsel2,
"mips32el" : arch_mips32el,
diff --git a/catalyst/arch/x86.py b/catalyst/arch/x86.py
index 4e50fea9..307365dc 100644
--- a/catalyst/arch/x86.py
+++ b/catalyst/arch/x86.py
@@ -125,10 +125,8 @@ def register():
"pentium" : arch_i586,
"pentium2" : arch_pentium2,
"pentium3" : arch_pentium3,
- "pentium3m" : arch_pentium3,
"pentium-m" : arch_pentium_m,
"pentium4" : arch_pentium4,
- "pentium4m" : arch_pentium4,
"pentiumpro" : arch_i686,
"pentium-mmx" : arch_pentium_mmx,
"prescott" : arch_prescott,
@@ -136,8 +134,5 @@ def register():
"k6-2" : arch_k6_2,
"k6-3" : arch_k6_2,
"athlon" : arch_athlon,
- "athlon-tbird" : arch_athlon,
- "athlon-4" : arch_athlon_xp,
"athlon-xp" : arch_athlon_xp,
- "athlon-mp" : arch_athlon_xp
}, ('i386', 'i486', 'i586', 'i686'))
next reply other threads:[~2020-04-11 20:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-11 20:27 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-14 18:29 [gentoo-commits] proj/catalyst:master commit in: catalyst/arch/ Matt Turner
2020-04-14 18:29 Matt Turner
2020-04-14 18:29 Matt Turner
2020-04-14 18:29 Matt Turner
2020-04-14 18:29 Matt Turner
2020-04-11 20:27 Matt Turner
2020-04-11 20:27 Matt Turner
2020-04-11 20:27 Matt Turner
2020-04-11 20:27 Matt Turner
2020-03-31 18:38 Matt Turner
2020-03-29 17:48 Matt Turner
2019-10-20 0:00 Matt Turner
2019-10-19 23:25 Matt Turner
2019-08-30 3:08 Matt Turner
2019-08-26 16:48 Matt Turner
2019-04-24 22:39 Matt Turner
2016-04-21 5:37 Mike Frysinger
2015-09-22 22:38 Anthony G. Basile
2015-09-09 16:21 Richard Farina
2015-08-31 17:51 Richard Farina
2015-05-24 0:08 Brian Dolbec
2014-04-02 20:09 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2014-04-02 20:09 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
2014-03-22 22:25 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2014-03-02 22:55 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586588947.0aa79899781447509c65a789bb9cc369311c5977.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox