This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 13 Jul 2011 17:10:52 +0000
- Subject: [Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10
- Auto-submitted: auto-generated
- References: <bug-49737-4@http.gcc.gnu.org/bugzilla/>
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