Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399079 - sys-devel/crossdev: request to add CROSS_COMPILE= to make.conf
Summary: sys-devel/crossdev: request to add CROSS_COMPILE= to make.conf
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 14:34 UTC by Vadim A. Misbakh-Soloviov (mva)
Modified: 2012-01-17 04:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2012-01-16 14:34:17 UTC
Can you add «CROSS_COMPILE=_CHOST_-» to:
1) default crossdev makefile (/usr/share/crossdev/etc/portage/make.conf)
2) default environment while building stages ;)

(For example it will help to build uclibc, which don't want to build without CROSS_COMPILE when crossdev building stages for mipsel-linux-uclibc target, but builds fine under <target>-emerge, when I add
CROSS_COMPILE=mipsel-linux-uclibc-
UCLIBC_CPU="MIPS_ISA_MIPS32"
to
target's make.conf

Reproducible: Always

Steps to Reproduce:
1. crossdev -t mipsel-linux-uclibc
2. wait untill it start build uclibc
3. watch like uclibc build fails ;)
Comment 1 SpanKY gentoo-dev 2012-01-17 04:53:34 UTC
we already have make.conf set CHOST/CBUILD.  nothing else is required to cross-compile packages.