This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: target_header_dir vs host-x-host
On Thu, Mar 15, 2012 at 9:50 PM, DJ Delorie <dj@redhat.com> wrote:
>
>> OK, but what's wrong --with-sysroot=/ ?
>
> It should work, it just seems "wrong" for a native compiler to have a sysroot...
I noticed that a lot of binutils tests fail if it is not compiled with
--with-sysroot=/ . This is why I always compile my native/candian
cross toolchains with --with-sysroot=/ .
Thanks,
Andrew Pinski