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

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


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


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