From b0a5136bf3326ba38b360be288d06f9a27f2a4d2 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Jun 2018 01:59:45 -0500 Subject: profiles: delete last vestige of Gentoo --- profiles/arch/ppc/make.defaults | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 profiles/arch/ppc/make.defaults (limited to 'profiles/arch/ppc/make.defaults') diff --git a/profiles/arch/ppc/make.defaults b/profiles/arch/ppc/make.defaults deleted file mode 100644 index 8964d8318..000000000 --- a/profiles/arch/ppc/make.defaults +++ /dev/null @@ -1,27 +0,0 @@ -CHOST="powerpc-foxkit-linux-musl" - -# We definitely use 32-bit ABI. -ABI_PPC="32" -IUSE_IMPLICIT="abi_ppc_32" - -ARCH="ppc" -ACCEPT_KEYWORDS="${ARCH}" - -# -O2 -> Perform second-level optimisations. -# Not -Os because most/all PPC aren't starved for space. -# -ggdb -> Generate GDB debugging information. -# This is used with splitdebug to make -dbg split packages. -# -mcpu=7450 -> Require a 7450 or higher, or "G4". -# 700/G3 uses the g3 profile, overriding this. -# 600 series is not supported by Adélie. -# -maltivec. -> Use AltiVec floating point extensions. -#. These are always available on 7450+. -# -fno-omit-... -> Never omit the frame pointer. -# This is crucial for proper debugging. -# -mfpu=dp_full -> Use hardware for floating point math. -CFLAGS="-O2 -mlong-double-64 -ggdb -mcpu=G3 -fno-omit-frame-pointer" -CXXFLAGS="${CFLAGS}" - -ELIBC="musl" - -USE="altivec pam threads" -- cgit v1.2.3-70-g09d2