diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-18 17:30:56 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-18 17:30:56 +0000 |
commit | 6bb68dc6e87660d706835680813399ef60bad79a (patch) | |
tree | ab2b4119e7121e3f21e431229d3995f49f2fa351 /eclass | |
parent | Add ~amd64-fbsd keyword wrt bug 473540 (diff) | |
download | historical-6bb68dc6e87660d706835680813399ef60bad79a.tar.gz historical-6bb68dc6e87660d706835680813399ef60bad79a.tar.bz2 historical-6bb68dc6e87660d706835680813399ef60bad79a.zip |
Stop stripping flags and let people figure it out as it causes problems for multilib builds.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/freebsd.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index 339900a7c7b2..cb1e92b20f1b 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.27 2013/06/18 16:57:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.28 2013/06/18 17:30:56 aballier Exp $ # # Diego Pettenò <flameeyes@gentoo.org> @@ -105,9 +105,6 @@ freebsd_src_compile() { mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= NO_FSCHG=" - # Many things breaks when using ricer flags here - [[ -z "${NOFLAGSTRIP}" ]] && strip-flags - # Make sure to use FreeBSD definitions while crosscompiling [[ -z "${BMAKE}" ]] && BMAKE="$(freebsd_get_bmake)" |