[Bug bootstrap/87891] problems with building cross GCC for target powerpc64-darwin from powerpc-darwin

dougmencken at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Nov 6 08:42:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87891

--- Comment #9 from Douglas Mencken <dougmencken at gmail dot com> ---
(In reply to self from comment 8)
> I found that I can add to configure line
> 
> AS_FOR_TARGET=as \
> AR_FOR_TARGET=ar \
> LD_FOR_TARGET=ld \
> NM_FOR_TARGET=nm \
> RANLIB_FOR_TARGET=ranlib \
> LIPO_FOR_TARGET=lipo \
> STRIP_FOR_TARGET=strip \
> OBJDUMP_FOR_TARGET=objdump

But this does not work, doesn’t change anything, thus again I need to manually
edit ORIGINAL_AS_FOR_TARGET="as" ORIGINAL_LD_FOR_TARGET="ld" inside gcc/as and
gcc/collect-ld


More information about the Gcc-bugs mailing list