Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201046 Details for
Bug 281223
dev-libs/gmp calls gcc directly, should use toolchain-funcs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
toolchain-funcs
gmp.patch (text/plain), 747 bytes, created by
Steve Dibb (RETIRED)
on 2009-08-12 15:43:02 UTC
(
hide
)
Description:
toolchain-funcs
Filename:
MIME Type:
Creator:
Steve Dibb (RETIRED)
Created:
2009-08-12 15:43:02 UTC
Size:
747 bytes
patch
obsolete
>--- gmp-4.2.4.ebuild 2009-02-21 15:35:43.000000000 -0700 >+++ gmp-4.2.4-r1.ebuild 2009-08-12 09:35:36.000000000 -0600 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.2.4.ebuild,v 1.8 2009/02/21 22:05:51 vapier Exp $ > >-inherit flag-o-matic eutils libtool >+inherit flag-o-matic eutils libtool toolchain-funcs > > DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" > HOMEPAGE="http://gmplib.org/" >@@ -47,7 +47,7 @@ > o32|n32) export GMPABI=${ABI};; > esac > >- econf \ >+ CC="$(tc-getCC)" CXX="$(tc-getCXX)" econf \ > --localstatedir=/var/state/gmp \ > --disable-mpfr \ > --disable-mpbsd \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281223
: 201046