diff options
author | Rob Holland <tigger@gentoo.org> | 2004-08-26 20:45:25 +0000 |
---|---|---|
committer | Rob Holland <tigger@gentoo.org> | 2004-08-26 20:45:25 +0000 |
commit | 5c0799b3202499048d3f07d74c5f9e9dd6de79bd (patch) | |
tree | dd234da97e94e7270fb619df0dfdfc4a956378f9 /sys-devel | |
parent | Stable on alpha, bug 61280. (Manifest recommit) (diff) | |
download | gentoo-2-5c0799b3202499048d3f07d74c5f9e9dd6de79bd.tar.gz gentoo-2-5c0799b3202499048d3f07d74c5f9e9dd6de79bd.tar.bz2 gentoo-2-5c0799b3202499048d3f07d74c5f9e9dd6de79bd.zip |
gnuconfig_update belongs in src_unpack, not src_compile
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.91.0.2.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index fe221d83b63a..86e13c5a9004 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.148 2004/08/11 15:57:28 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.149 2004/08/26 20:45:25 tigger Exp $ + + 26 Aug 2004; Rob Holland <tigger@gentoo.org> binutils-2.14.90.0.8-r2.ebuild, + binutils-2.15.91.0.1-r2.ebuild, binutils-2.15.91.0.2.ebuild: + gnuconfig_update belongs in src_unpack, not src_compile 11 Aug 2004; Travis Tilley <lv@gentoo.org> binutils-2.15.91.0.2.ebuild: masking this release -amd64. most software builds fine, but on mozilla firefox diff --git a/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild b/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild index 3ddb03d95ff5..016701b105cc 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild,v 1.10 2004/08/14 02:27:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild,v 1.11 2004/08/26 20:45:25 tigger Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -51,14 +51,14 @@ src_unpack() { }' ${x}.orig > ${x} rm -rf ${x}.orig done + + gnuconfig_update } src_compile() { # Generate borked binaries. Bug #6730 filter-flags -fomit-frame-pointer -fssa -freduce-all-givs - gnuconfig_update - local myconf= [ ! -z "${CBUILD}" ] && myconf="--build=${CBUILD}" use nls && \ diff --git a/sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild b/sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild index 461d744a0807..3c48403878d2 100644 --- a/sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild +++ b/sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild,v 1.7 2004/08/14 02:27:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.91.0.1-r2.ebuild,v 1.8 2004/08/26 20:45:25 tigger Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -51,6 +51,8 @@ src_unpack() { }' ${x}.orig > ${x} rm -rf ${x}.orig done + + gnuconfig_update } src_compile() { @@ -61,8 +63,6 @@ src_compile() { # GCC 3.4 miscompiles binutils unless CFLAGS are conservative #47581 has_version "=sys-devel/gcc-3.4*" && strip-flags && replace-flags -O3 -O2 - gnuconfig_update - local myconf= [ ! -z "${CBUILD}" ] && myconf="--build=${CBUILD}" use nls \ diff --git a/sys-devel/binutils/binutils-2.15.91.0.2.ebuild b/sys-devel/binutils/binutils-2.15.91.0.2.ebuild index 045ba0ff3a50..ffa526c721f8 100644 --- a/sys-devel/binutils/binutils-2.15.91.0.2.ebuild +++ b/sys-devel/binutils/binutils-2.15.91.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.91.0.2.ebuild,v 1.5 2004/08/14 02:27:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.91.0.2.ebuild,v 1.6 2004/08/26 20:45:25 tigger Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -53,6 +53,8 @@ src_unpack() { }' ${x}.orig > ${x} rm -rf ${x}.orig done + + gnuconfig_update } src_compile() { @@ -63,8 +65,6 @@ src_compile() { # GCC 3.4 miscompiles binutils unless CFLAGS are conservative #47581 has_version "=sys-devel/gcc-3.4*" && strip-flags && replace-flags -O3 -O2 - gnuconfig_update - local myconf= [ ! -z "${CBUILD}" ] && myconf="--build=${CBUILD}" use nls \ |