RE: --sysroot=yes

2008-08-06 Thread Jay
olaris2.10 -target sparc-sun-solaris2.10 ? That feels wrong.. Hm, am I supposed to run mkheaders after install? <<< Ah, I guess so. But still the above appears in need of repair. And if user gives -with-build-sysroot, then fixincludes can be run on the build machine in a Canadian cro

RE: --sysroot=yes

2008-07-26 Thread Jay
ap for Canadian cross builds build=>target and build=>host compilers? (in my case target==host). You rather want gcc -print-sysroot I think. That should be a good fix. - Jay > Date: Fri, 25 Jul 2008 10:52:33 + > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: gc

RE: --sysroot=yes

2008-07-25 Thread Joseph S. Myers
On Fri, 25 Jul 2008, Jay wrote: > It allows -with-build-sysroot to default like -with-sysroot. The purpose of --with-build-sysroot is if you have installed your sysroot in a different location from the configured --prefix. For example, you have configured with --prefix=/opt/somewhere, the fina

RE: --sysroot=yes

2008-07-25 Thread Jay
Something LIKE the below diff SEEMS "better". It allows -with-build-sysroot to default like -with-sysroot. I'm not sure that's really a goal. Depending on the direction, it is reasonable. Or very unnecessary. Like, either I'm inventing a new use of -with-build-sysroot, and then default it,