From what I saw when I tried it, it seems like it used 4.4.3, but
that's not what I wanted or was expecting
Sonny
> --
> Chromium OS Developers mailing list: chromiu...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
>
The other thing I noticed when doing setup_board with the defaults is
that it uninstalled gcc 4.6.0
which was rather annoying because I had to go fetch the source and
rebuild it again
Sonny
Looks like setup_board has it's own toolchain defaults hardcoded
But one can specify --gcc to setup_board and retain gcc 4.6.0
I'm not sure if the pre-built glibc that was merged was compiled with
gcc 4.6.0 or not, I guess I have to use --nousepkg to make sure I get
a glibc built with 4.6.0 ?
The other thing I noticed when doing setup_board with the defaults is
that it uninstalled gcc 4.6.0
which was rather annoying because I had to go fetch the source and
rebuild it again