Date: Mon, 28 May 2007 23:02:56 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c Message-ID: <200705282302.l4SN2ucH053345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2007-05-28 23:02:56 UTC FreeBSD src repository Modified files: contrib/gcc gcc.c Log: Disable shared libgcc use for profiled builds. GNU linker pulls symbols out of libgcc_s.so.1 somehow and fails to record DT_NEEED dependency when linking with profiled libraries despite --ld-as-needed option. Revision Changes Path 1.43 +4 -3 src/contrib/gcc/gcc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705282302.l4SN2ucH053345>