diff options
Diffstat (limited to 'profiles/arch/x86_64')
-rw-r--r-- | profiles/arch/x86_64/make.defaults | 35 | ||||
-rw-r--r-- | profiles/arch/x86_64/package.accept_keywords | 2 | ||||
-rw-r--r-- | profiles/arch/x86_64/package.use | 1 | ||||
-rw-r--r-- | profiles/arch/x86_64/parent | 1 |
4 files changed, 0 insertions, 39 deletions
diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults deleted file mode 100644 index b085a8358..000000000 --- a/profiles/arch/x86_64/make.defaults +++ /dev/null @@ -1,35 +0,0 @@ -CHOST="x86_64-foxkit-linux-musl" - -# We definitely use 64-bit ABI. -ABI_X86="64" -IUSE_IMPLICIT="abi_x86_64 amd64-linux" - -ARCH="x86_64" -ACCEPT_KEYWORDS="${ARCH} amd64" # HACK for using Gentoo ebuilds - -# -O2 -> Perform second-level optimisations. -# Not -Os because most/all x86_64 aren't starved for space. -# -ggdb -> Generate GDB debugging information. -# This is used with splitdebug to make -dbg split packages. -# -march=nocona -> Require a "Nocona" Pentium 4 or newer. -# At some point, pending user demand, this may change to core2. -# !!!NOTE!!! If that happens, Nocona P4 will no longer work! -# -mtune=core2 -> Tune for Core 2 processors. -# Most tuning for Core 2 is applicable to * Bridge and *well, -# and makes code more performant on the much larger base of -# those machines. -# -fno-omit-... -> Never omit the frame pointer. -# This is crucial for proper debugging. -# -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, which -# can drag down performance on modern x86_64. -CFLAGS="-O2 -ggdb -march=nocona -mtune=core2 -fno-omit-frame-pointer -mfpmath=sse" -CXXFLAGS="${CFLAGS}" - -ELIBC="musl" - -USE="amd64 amd64-linux 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_64/package.accept_keywords b/profiles/arch/x86_64/package.accept_keywords deleted file mode 100644 index 83605cd84..000000000 --- a/profiles/arch/x86_64/package.accept_keywords +++ /dev/null @@ -1,2 +0,0 @@ -=sys-boot/syslinux-6.03 ** -=sys-boot/elilo-3.16 ** diff --git a/profiles/arch/x86_64/package.use b/profiles/arch/x86_64/package.use deleted file mode 100644 index 966752d48..000000000 --- a/profiles/arch/x86_64/package.use +++ /dev/null @@ -1 +0,0 @@ -sys-boot/grub device-mapper fonts sdl themes truetype grub_platforms_efi-64 diff --git a/profiles/arch/x86_64/parent b/profiles/arch/x86_64/parent deleted file mode 100644 index 985c694a0..000000000 --- a/profiles/arch/x86_64/parent +++ /dev/null @@ -1 +0,0 @@ -../../base |