Re: Building gcc10 against glibc+sysroot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Mar 11, 2021 at 3:10 AM Oleg Smolsky via Gcc-help
<gcc-help@xxxxxxxxxxx> wrote:
>
> So far, I have figured out a workaround: --disable-bootstrap lets me get a
> working compiler.
>
> Yet I would like to check whether this recipe follows the normal "gcc
> inside a sysroot" setup. It's a Linux-to-Linux cross-compiler (well, not
> really a cross-compiler as "host" and "target" are almost the same).

Cross compilers cannot bootstrap (i.e. use the built compiler to build
itself) because the binaries produced by the compiler typically cannot
run on the build machine. So specifying --disable-bootstrap is a
completely sane thing to do.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux