summaryrefslogtreecommitdiff
path: root/profiles/arch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-15 07:41:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-15 07:41:50 +0100
commitb3f2504c1d05b5999b74b2135860fc721e3adf68 (patch)
treee11656067365c7d474553833d6202ed04d3324a5 /profiles/arch
parente0fdb8199de0e7a9b7c72d7f38d2e3ddaecdacd0 (diff)
gentoo auto-resync : 15:07:2022 - 07:41:50
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/x86/profile.bashrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/profiles/arch/x86/profile.bashrc b/profiles/arch/x86/profile.bashrc
deleted file mode 100644
index cf66d2d68f6b..000000000000
--- a/profiles/arch/x86/profile.bashrc
+++ /dev/null
@@ -1,12 +0,0 @@
-if [[ ${EBUILD_PHASE} == "setup" ]] ; then
-
- # on x86, -pg requires the frame pointer, so turning it off makes no sense
- if has profile ${IUSE} && use profile && \
- has -fomit-frame-pointer ${CFLAGS} ${CXXFLAGS}
- then
- eerror "\nUSE=profile and -fomit-frame-pointer make no sense"
- eerror "Fix your build settings to avoid build failures\n"
- [[ -z ${EPAUSE_IGNORE} ]] && sleep 5
- fi
-
-fi