Date: Sun, 17 Aug 2003 01:40:49 -0700 (PDT) From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd Makefile Message-ID: <200308170840.h7H8endW060225@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gordon 2003/08/17 01:40:49 PDT FreeBSD src repository Modified files: sbin/devd Makefile Log: At imp's request, force devd to be statically compiled. This avoids the need for libstdc++ in /lib, and the generated binary is actually smaller statically linked than dynamically + sizeof(libstdc++). Additionally, devd doesn't use get*by*() which is one of the main motivations for dynamically linking your root partition anyway. Revision Changes Path 1.5 +2 -0 src/sbin/devd/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308170840.h7H8endW060225>