summaryrefslogtreecommitdiff
path: root/profiles/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r--profiles/arch/x86/i486/make.defaults9
-rw-r--r--profiles/arch/x86/i486/parent1
-rw-r--r--profiles/arch/x86/i525/make.defaults15
-rw-r--r--profiles/arch/x86/i525/parent1
-rw-r--r--profiles/arch/x86/make.defaults13
-rw-r--r--profiles/arch/x86/parent1
-rw-r--r--profiles/arch/x86/use.mask1
7 files changed, 0 insertions, 41 deletions
diff --git a/profiles/arch/x86/i486/make.defaults b/profiles/arch/x86/i486/make.defaults
deleted file mode 100644
index 5b52853dd..000000000
--- a/profiles/arch/x86/i486/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-CHOST="i486-foxkit-linux-musl"
-
-# -O2 -> Perform second-level optimisations.
-# Not -Os because most/all x86 aren't starved for space.
-# -ggdb -> Generate GDB debugging information.
-# This is used with splitdebug to make -dbg split packages.
-# -march=i486 -> Require an i486 or newer.
-# -mtune=pen... -> Tune for Pentium processors.
-CFLAGS="-O2 -ggdb -march=i486 -mtune=pentium"
diff --git a/profiles/arch/x86/i486/parent b/profiles/arch/x86/i486/parent
deleted file mode 100644
index f3229c5b9..000000000
--- a/profiles/arch/x86/i486/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/arch/x86/i525/make.defaults b/profiles/arch/x86/i525/make.defaults
deleted file mode 100644
index a0b5e2df7..000000000
--- a/profiles/arch/x86/i525/make.defaults
+++ /dev/null
@@ -1,15 +0,0 @@
-CHOST="pentium3-foxkit-linux-musl"
-
-# -O2 -> Perform second-level optimisations.
-# Not -Os because most/all x86 aren't starved for space.
-# -ggdb -> Generate GDB debugging information.
-# This is used with splitdebug to make -dbg split packages.
-# -march=pen... -> Require a Pentium III or newer.
-# -mtune=pen... -> Tune for Pentium M processors.
-# More Pentium M netbooks exist than many realise, and they
-# are more likely users of Adélie than Pentium III. This
-# makes code more performant on the larger base of machines.
-# -mfpmath=sse -> Use SSE for all floating point math.
-# Since SSE is always available, this knob ensures that GCC
-# will take advantage of it over preferring 387 math.
-CFLAGS="-O2 -ggdb -march=pentium3 -mtune=pentium-m -mfpmath=sse"
diff --git a/profiles/arch/x86/i525/parent b/profiles/arch/x86/i525/parent
deleted file mode 100644
index f3229c5b9..000000000
--- a/profiles/arch/x86/i525/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
deleted file mode 100644
index 0694bbcda..000000000
--- a/profiles/arch/x86/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# CHOST is defined in each subarch.
-
-# We definitely use 32-bit ABI.
-ABI_X86="32"
-IUSE_IMPLICIT="abi_x86_32"
-
-ARCH="x86"
-ACCEPT_KEYWORDS="x86"
-
-USE="pam threads"
-
-INPUT_DEVICES="${INPUT_DEVICES} vmmouse"
-VIDEO_CARDS="${VIDEO_CARDS} amdgpu apm ast i128 i740 intel neomagic openchrome qxl radeonsi rendition siliconmotion tga tseng vesa via vmware"
diff --git a/profiles/arch/x86/parent b/profiles/arch/x86/parent
deleted file mode 100644
index 985c694a0..000000000
--- a/profiles/arch/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-../../base
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
deleted file mode 100644
index db7ada688..000000000
--- a/profiles/arch/x86/use.mask
+++ /dev/null
@@ -1 +0,0 @@
-abi_x86_64