[Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10

ro at CeBiTec dot Uni-Bielefeld.DE gcc-bugzilla@gcc.gnu.org
Wed Jul 13 17:11:00 GMT 2011


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



More information about the Gcc-bugs mailing list