http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49737

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot 
Uni-Bielefeld.DE> 2011-07-13 17:10:14 UTC ---
> rm -f ../../.././gcc/i386/libgcc_s_x86_64.1.dylib
> ln -s libgcc_s.1.dylib \
>         ../../.././gcc/i386/libgcc_s_x86_64.1.dylib
> rm -f ../../.././gcc/i386/libgcc_s_ppc64.1.dylib                <-- ppc64 
> seems
> quite suspicious here
> ln -s libgcc_s.1.dylib \
>         ../../.././gcc/i386/libgcc_s_ppc64.1.dylib

This has nothing to do with the problem at hand.  It's from
libgcc/config/t-slibgcc-darwin (install-darwin-libgcc-stubs) where the
symlinks are created unconditionally, irrespective of target.

    Rainer

Reply via email to