This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: crosstool and the absolute path in ${PREFIX}/${TARGET}/usr/lib/libc.so


Hi Dan,

> Go ahead and get rid of that test, e.g.
> 
>    #if test -z "$USE_SYSROOT"; then
>        sed 's,/usr/lib/,,g;s,/usr/lib64/,,g;s,/lib/,,g;s,/lib64/,,g;/BUG in libc.scripts.output-format.sed/d' < 
> ${SYSROOT}/$lib/${file}_orig > ${SYSROOT}/$lib/$file
>    #else
>    #    sed '/BUG in libc.scripts.output-format.sed/d' < ${SYSROOT}/$lib/${file}_orig > ${SYSROOT}/$lib/$file
>    #fi
> 
> Does that fix it?

Thanks for checking into this.  That is the exact patch that I had made
to crosstool.sh.  The linker is now working as expected.

Thanks very much,
Chuck



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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