summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-27 23:07:13 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-27 23:07:13 +0000
commit5b252bf24515f27fb00f09d199cb4f063e9a47b1 (patch)
treeb1b74f0dde576db24df740a883ed47d291d94f07 /sys-freebsd
parentfixed multilib install (bug #475002) (diff)
downloadgentoo-2-5b252bf24515f27fb00f09d199cb4f063e9a47b1.tar.gz
gentoo-2-5b252bf24515f27fb00f09d199cb4f063e9a47b1.tar.bz2
gentoo-2-5b252bf24515f27fb00f09d199cb4f063e9a47b1.zip
cosmetics
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-lib/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-freebsd/freebsd-lib/ChangeLog b/sys-freebsd/freebsd-lib/ChangeLog
index a35d93008c8e..e6eadb830bc5 100644
--- a/sys-freebsd/freebsd-lib/ChangeLog
+++ b/sys-freebsd/freebsd-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-lib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.187 2013/06/27 23:05:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.188 2013/06/27 23:07:13 aballier Exp $
+
+ 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.1-r9.ebuild:
+ cosmetics
27 Jun 2013; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.1-r9.ebuild:
bootstrap the libc when building a cross-compiler so that libm can be linked
diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild
index 6d7ff0e4af36..91c71349d980 100644
--- a/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild
+++ b/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild,v 1.2 2013/06/27 23:05:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r9.ebuild,v 1.3 2013/06/27 23:07:13 aballier Exp $
EAPI=5
@@ -315,10 +315,7 @@ do_bootstrap() {
bootstrap_csu
bootstrap_libssp_nonshared
is_crosscompile && bootstrap_libc
- if ! is_crosscompile && ! is_native_abi ; then
- # Bootstrap the compiler libs
- bootstrap_libgcc
- fi
+ is_crosscompile || is_native_abi || bootstrap_libgcc
}
# Compile it. Assume we have the toolchain setup correctly.