Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331622 Details for
Bug 446204
sys-devel/crossdev: cross-emerge: support multiple parallel SYSROOTs for a single target
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cross-emerge-ng
cross-emerge-ng (text/plain), 546 bytes, created by
Ambroz Bizjak
on 2012-12-06 02:47:21 UTC
(
hide
)
Description:
cross-emerge-ng
Filename:
MIME Type:
Creator:
Ambroz Bizjak
Created:
2012-12-06 02:47:21 UTC
Size:
546 bytes
patch
obsolete
>#!/bin/bash > >if [[ -z $SYSROOT ]]; then > echo "ERROR: You have to set SYSROOT to use cross-emerge-ng!" > exit 1 >fi > ># Get host triplet from build platform in / >export CBUILD=$(portageq envvar CHOST) > ># Switch to host platform in SYSROOT >export ROOT="${SYSROOT}" >export PORTAGE_CONFIGROOT="${SYSROOT}" > ># Get host triplet from host platform in SYSROOT >export CROSS_CHOST=$(portageq envvar CHOST) > >if [[ -z $DONT_WRAP_COMPILERS ]]; then > export CC="__PREFIX__/bin/chost-gcc" > export CXX="__PREFIX__/bin/chost-g++" >fi > >exec emerge "$@"
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 Raw
Actions:
View
Attachments on
bug 446204
:
331622
|
331624
|
331626
|
331686
|
331688
|
331690
|
331692
|
331694