Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 1996 10:45:40 -0700 (PDT)
From:      John Polstra <jdp>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.lib.mk
Message-ID:  <199604211745.KAA27237@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         96/04/21 10:45:40

  Modified:    share/mk  bsd.lib.mk
  Log:
  Add "-x" to the linker command for building shared libraries.  This
  eliminates many local symbols that could not be removed by the "ld -r -x"
  steps on the individual object files.  It makes shared libraries
  substantially smaller -- almost 11%, in the case of libc.so.3.0.
  
  Revision  Changes    Path
  1.31      +2 -2      src/share/mk/bsd.lib.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604211745.KAA27237>