commit: 99eac6afbf413d91531cc3c6865b59b9a86a3286
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 22:29:21 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 22:31:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99eac6af
profiles: delete unreachable arch/x86/xbox
Delete an old benign profile. It's difference
from defaults is the following:
PROFILE_ARCH="xbox" # not used in ebuilds
CPU_FLAGS_X86="mmx sse"
CFLAGS="-O2 -march=pentium3 -pipe"
I suggest using those values directly on vanilla x86.
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
profiles/arch/x86/xbox/eapi | 1 -
profiles/arch/x86/xbox/make.defaults | 10 ----------
profiles/arch/x86/xbox/package.mask | 2 --
profiles/arch/x86/xbox/parent | 1 -
4 files changed, 14 deletions(-)
diff --git a/profiles/arch/x86/xbox/eapi b/profiles/arch/x86/xbox/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/arch/x86/xbox/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/arch/x86/xbox/make.defaults
b/profiles/arch/x86/xbox/make.defaults
deleted file mode 100644
index 77e30c62110..00000000000
--- a/profiles/arch/x86/xbox/make.defaults
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PROFILE_ARCH="xbox"
-CPU_FLAGS_X86="mmx sse"
-
-CFLAGS="-O2 -march=pentium3 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/arch/x86/xbox/package.mask
b/profiles/arch/x86/xbox/package.mask
deleted file mode 100644
index 633c704dafd..00000000000
--- a/profiles/arch/x86/xbox/package.mask
+++ /dev/null
@@ -1,2 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
diff --git a/profiles/arch/x86/xbox/parent b/profiles/arch/x86/xbox/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/arch/x86/xbox/parent
+++ /dev/null
@@ -1 +0,0 @@
-..