| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.141 2009/07/29 08:31:32 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.142 2009/07/29 08:32:43 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: flag-o-matic.eclass |
5 | # @ECLASS: flag-o-matic.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # toolchain@gentoo.org |
7 | # toolchain@gentoo.org |
| 8 | # @BLURB: common functions to manipulate and query toolchain flags |
8 | # @BLURB: common functions to manipulate and query toolchain flags |
| … | |
… | |
| 714 | # @RETURN: Returns the flags to enable "now" binding in the current selected linker. |
714 | # @RETURN: Returns the flags to enable "now" binding in the current selected linker. |
| 715 | # @DESCRIPTION: |
715 | # @DESCRIPTION: |
| 716 | # DEPRECATED - Gets the flags needed for "NOW" binding |
716 | # DEPRECATED - Gets the flags needed for "NOW" binding |
| 717 | bindnow-flags() { |
717 | bindnow-flags() { |
| 718 | eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" |
718 | eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" |
| 719 | die || "Stop using bindnow-flags." |
719 | die "Stop using bindnow-flags." |
| 720 | } |
720 | } |
| 721 | |
721 | |
| 722 | |
722 | |
| 723 | # Some tests for when we screw with things and want to make |
723 | # Some tests for when we screw with things and want to make |
| 724 | # sure we didn't break anything |
724 | # sure we didn't break anything |