This is the mail archive of the gcc@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]

Re: whither specs?


...jumping back to an old conversation (because Gerald's recent
LD_LIBRARY_PATH mail reminded me of it...)

On Wed, Jun 12, 2002 at 04:49:15PM -0700, H . J . Lu wrote:

 > DT_RPATH is tricky with cross compiling. I don't want it in gcc.

It's not that tricky ... you just need to use -rpath-link in addition
to -rpath if the compiler is a cross-compiler, right?  Okay, maybe it's
a little tricky because of the $prefix/$target/lib/... stuff that is
the GNU toolchain's convention...

But it seems like this would no longer be a problem because of the
--with-sysroot stuff on 3.4-b-i-b.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


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