Summary: | sci-libs/mpir does not respect CC | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | New packages | Assignee: | Thomas Kahle (RETIRED) <tomka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502 |
Description
Agostino Sarubbo
![]() there is a lot of magic in configure.in I fear doing those toolchain calls could break cross-compiling (although I don't even know if it works with the current ebuild) (In reply to comment #1) > there is a lot of magic in configure.in > > I fear doing those toolchain calls could break cross-compiling (although I > don't even know if it works with the current ebuild) True, configure is trying to figure out themselves if we are cross compiling. Be that as it may, exporting the correct CC variable should not make things worse (otherwise its a bug in the build system). I bumped to -r1 in ~arch so that we can test this for a while. Anyone who regularly tests cross compile in sci? Please step forward. + 19 Feb 2013; Thomas Kahle <tomka@gentoo.org> +mpir-2.6.0-r1.ebuild: + use systems CC instead of gcc (bug 457912) |