summaryrefslogtreecommitdiff
path: root/profiles/prefix/sunos/solaris/5.10/profile.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/sunos/solaris/5.10/profile.bashrc')
-rw-r--r--profiles/prefix/sunos/solaris/5.10/profile.bashrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/profiles/prefix/sunos/solaris/5.10/profile.bashrc b/profiles/prefix/sunos/solaris/5.10/profile.bashrc
deleted file mode 100644
index 199976276664..000000000000
--- a/profiles/prefix/sunos/solaris/5.10/profile.bashrc
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-if [[ ${EBUILD_PHASE} == setup ]] ; then
- if [[ ${CATEGORY}/${PN} == sys-devel/flex ]] ; then
- # Solaris 10's <stdbool.h> requires the C99 standard
- [[ " ${CFLAGS} " == *" -std=c99 "* ]] || CFLAGS="-std=c99 ${CFLAGS}"
- [[ " ${CXXFLAGS} " == *" -std=c99 "* ]] || CXXFLAGS="-std=c99 ${CXXFLAGS}"
- fi
-fi