]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
GCC will now properly link libc with all shared objects in order to record
authorAlexander Kabaev <kan@FreeBSD.org>
Sat, 19 May 2007 03:34:59 +0000 (03:34 +0000)
committerAlexander Kabaev <kan@FreeBSD.org>
Sat, 19 May 2007 03:34:59 +0000 (03:34 +0000)
commit25a362d725586cc4e90a63cea065de53c14230ae
tree34a2d278647194c7b7780fcccf8fe8a92c53e557
parentcaea7898ac6af4b0ed98bed1d2106b76e2eeb04d
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.
Makefile.inc1