diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-17 18:20:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-17 18:20:49 +0000 |
commit | 55da2ae1e74622ff15ce82e4a292c6c81a9e48df (patch) | |
tree | 488715e09a7388335d323dfdd19081b2bf912174 /eclass/flag-o-matic.eclass | |
parent | mask libdrm and nouveau-drm for bug #305595 (diff) | |
download | historical-55da2ae1e74622ff15ce82e4a292c6c81a9e48df.tar.gz historical-55da2ae1e74622ff15ce82e4a292c6c81a9e48df.tar.bz2 historical-55da2ae1e74622ff15ce82e4a292c6c81a9e48df.zip |
Remove last of bindnow-flags.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index b97a6c9df8e4..b63eca4fa2df 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.145 2009/10/04 10:00:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.146 2010/02/17 18:20:49 ssuominen Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -710,15 +710,6 @@ raw-ldflags() { echo "$@" } -# @FUNCTION: bindnow-flags -# @RETURN: Returns the flags to enable "now" binding in the current selected linker. -# @DESCRIPTION: -# DEPRECATED - Gets the flags needed for "NOW" binding -bindnow-flags() { - eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" - die "Stop using bindnow-flags." -} - # @FUNCTION: no-as-needed # @RETURN: Flag to disable asneeded behavior for use with append-ldflags. no-as-needed() { |