diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-13 22:29:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-13 22:31:46 +0000 |
commit | 99eac6afbf413d91531cc3c6865b59b9a86a3286 (patch) | |
tree | d1b2936df157fc63d7470811c2b9277407d1aa11 /profiles | |
parent | kde-apps/dolphin-plugins: Drop 18.12.0 (r0) (diff) | |
download | gentoo-99eac6afbf413d91531cc3c6865b59b9a86a3286.tar.gz gentoo-99eac6afbf413d91531cc3c6865b59b9a86a3286.tar.bz2 gentoo-99eac6afbf413d91531cc3c6865b59b9a86a3286.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86/xbox/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/x86/xbox/make.defaults | 10 | ||||
-rw-r--r-- | profiles/arch/x86/xbox/package.mask | 2 | ||||
-rw-r--r-- | profiles/arch/x86/xbox/parent | 1 |
4 files changed, 0 insertions, 14 deletions
diff --git a/profiles/arch/x86/xbox/eapi b/profiles/arch/x86/xbox/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- 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 77e30c62110c..000000000000 --- 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 633c704dafd1..000000000000 --- 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 f3229c5b9876..000000000000 --- a/profiles/arch/x86/xbox/parent +++ /dev/null @@ -1 +0,0 @@ -.. |