This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: toolchain's sysroot via environment


* Arno Schuring <aelschuring@hotmail.com> wrote:

Hi,

> What I think you're trying to do, is to install into multiple different
> prefixes because you want to build two separate systems? That's actually
> doable, within limits. So I'm going to assume that I understood you
> correctly - feel free to ignore the rest of the text if I didn't :)

No, I want to run different builds (for essentially the same target,
but with different sysroot trees) in parallel, using the same toolchain
binaries.

My buildsystem (briegel) runs all package builds in an minimal sysroot
tree: it first cleans the sysroot tree, unpacks the (build-time) 
sysroot tarball and then installs only the dependencies. Obviously
I cannot run multiple builds in parallel using the same sysroot dir,
since they would shoot each other ;-o

It if would be possible to specify the actual sysroot directory via
environment (eg. toolchain recognizes the $SYSROOT variable), I just
have to tweak my buildsystem to use separate sysroot dirs (eg. using
random names, etc) and properly pass them to the toolchain.
 

cu
-- 
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weigelt@metux.de
 mobile: +49 151 27565287  icq:   210169427         skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]