ct-ng: prefix vs install dir for compiling .deb's
Bryan Hundven
bryanhundven@gmail.com
Sat Feb 12 08:43:00 GMT 2011
On Fri, Feb 11, 2011 at 12:30 PM, Enrico Weigelt <weigelt@metux.de> wrote:
> * Yann E. MORIN <yann.morin.1998@anciens.enib.fr> wrote:
>
>> It should be quite easy, as one can configure gcc with a build-time sysroot
>> different from the run-time sysroot: the --with-sysroot option tells about
>> the run-time sysroot, while --with-build-sysroot tells about the sysroot to
>> use while building gcc.
>
> You mean when compiling the target libc ?
> Perhaps passing --sysroot= on gcc command line would also suffice.
--sysroot is already passed by collect2
if sysroot is used for stage2.
--with-build-sysroot is different:
http://gcc.gnu.org/install/configure.html
>
> 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
>
>
-Bryan
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list