[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 28 03:59:00 GMT 2007
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-11-28 03:59 -------
sysroot is not supposed to be used this way. It is designed for cross
compilers. It is the root which is supposed to be the same as the system root
would be. So changing --with-sysroot behavior here is incorrect. You can use
a chroot env if you want to run under the sysroot.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34257
More information about the Gcc-bugs
mailing list