This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]