This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/17608] [3.3.4/3.4/4.0 regression] -profile should prevent use of libgcc_s
- From: "amodra at bigpond dot net dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2004 08:35:22 -0000
- Subject: [Bug target/17608] [3.3.4/3.4/4.0 regression] -profile should prevent use of libgcc_s
- References: <20040922123524.17608.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From amodra at bigpond dot net dot au 2004-12-20 08:35 -------
I suspect that -profile ought to always imply -static. For instance, you can
get the same crash by linking with -profile and -lm, because libm.so needs libc.so.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17608