1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/share
Ruslan Ermilov ea90b1f55d The use of ld(1) to strip compiler local and non-global
symbols from object files has bitrotted over the last
thirteen years, and it now does more harm than good.

An attempt to work around the problems caused by using
ld(1) for stripping was to pass LDFLAGS to the ld(1)
command, but this was not right either as ${LDFLAGS}
should, by design, be used with cc(1) and not ld(1).

One of the proposed solutions was to use the objcopy(1)
utility to do the strip work, and the other would be to
use strip(1), but Bruce Evans suggested not stripping
any symbols at all.  This works by leaving the grunt
work to the final strip(1) command (when installing the
binary).

Submitted by:	bde
2003-06-30 19:03:56 +00:00
..
colldef Move <DT> to the end 2003-06-07 03:37:16 +00:00
dict Add amnia, amniotic, and amniocentesis. 2003-05-05 05:51:16 +00:00
doc String the timecounter paper into the build. 2003-06-17 09:14:34 +00:00
examples Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not. 2003-05-21 21:47:20 +00:00
info Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
isdn
man Correct spelling of "TracyChapman". 2003-06-30 03:16:41 +00:00
me Fix typos (s/seperat/separat/ et al); add FreeBSD ID. 2002-08-12 10:04:32 +00:00
misc Added OpenBSD 3.3 2003-05-03 09:18:25 +00:00
mk The use of ld(1) to strip compiler local and non-global 2003-06-30 19:03:56 +00:00
mklocale Add ru_RU.CP1251 2003-06-06 22:39:24 +00:00
monetdef Add ru_RU.CP1251 2003-06-07 00:28:58 +00:00
msgdef Add ru_RU.CP1251 2003-06-07 00:28:58 +00:00
numericdef Replace uk_UA.ISO8859-5 by link 2003-06-07 01:24:02 +00:00
security Hook up a sample LOMAC labeling policy. Unlike the old LOMAC module, 2002-12-03 15:16:10 +00:00
sendmail Prevent a 'make SHARED=symlinks install' followed by 'make install' from 2003-05-06 03:38:24 +00:00
skel Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
syscons Replace lat-amer.kbd with two keyboards 2003-06-23 21:01:57 +00:00
tabset
termcap Add or correct section number in .Xr 2003-06-08 13:27:57 +00:00
timedef Add ru_RU.CP1251 2003-06-07 00:12:12 +00:00
zoneinfo Merge from vendor branch: 2003-04-28 18:57:25 +00:00
Makefile Reenable building in share/mklocale for sparc64. It seems to work fine 2003-01-03 18:06:21 +00:00
Makefile.inc