aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-14 15:09:55 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-14 15:09:55 +0100
commitd51e8f18a3e0653d29aeb31310b3525a942db031 (patch)
tree525fea67cce56ce6ae50142e17894d4f587ea4b7
parentstagebase: Also clean out profile/package.use.force profile/package.use.mask (diff)
downloadcatalyst-d51e8f18a3e0653d29aeb31310b3525a942db031.tar.gz
catalyst-d51e8f18a3e0653d29aeb31310b3525a942db031.tar.bz2
catalyst-d51e8f18a3e0653d29aeb31310b3525a942db031.zip
amd64 definition: add a subarch "x86_64" identical to "amd64"
When CHOST is given in the spec file, the subarch is extracted from the triplet. And that's x86_64 here... Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/amd64.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/amd64.toml b/arch/amd64.toml
index 8347cd7e..7cf0bce2 100644
--- a/arch/amd64.toml
+++ b/arch/amd64.toml
@@ -1,6 +1,9 @@
[amd64.amd64]
COMMON_FLAGS = "-O2 -pipe"
+[amd64.x86_64]
+COMMON_FLAGS = "-O2 -pipe"
+
[amd64.k8]
COMMON_FLAGS = "-O2 -march=k8 -pipe"
CPU_FLAGS_X86 = [ "mmx", "mmxext", "3dnow", "3dnowext", "sse", "sse2",]