Date: Sat, 19 May 2007 03:34:59 +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 Makefile.inc1 Message-ID: <200705190335.l4J3Z0dj004253@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2007-05-19 03:34:59 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: GCC will now properly link libc with all shared objects in order to record their dependency on libc and its versioned symbols. For that to work, libc needs to be built before any other shared library that might depend on it. Add necessary glue to make that happen. Revision Changes Path 1.580 +26 -3 src/Makefile.inc1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705190335.l4J3Z0dj004253>