NetBSD/lib/libm/arch/i387
lukem efcc9a4c9d * Add user-controlled mk.conf variables
- SHLIBDIR	Location to install shared libraries if ${USE_SHLIBDIR}
			is "yes".  Defaults to "/usr/lib".

	- USE_SHLIBDIR	If "yes", install shared libraries in ${SHLIBDIR}
			instead of ${LIBDIR}.  Defaults to "no".
			Sets ${_LIBSODIR} to the appropriate value.
			This may be set by individual Makefiles as well.

	- SHLINKDIR	Location of shared linker.  Defaults to "/usr/libexec".
			If != "/usr/libexec", change the dynamic-linker
			encoded in shared programs

* Set USE_SHLIBDIR for libraries used by /bin and /sbin:
	libc libcrypt libcrypto libedit libipsec libkvm libm libmi387
	libtermcap libutil libz

* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so*
  to ${_LIBSODIR}/${LIB}.so* for compatibility.

* Always install /sbin/init statically (for now)


The net effect of these changes depends on how the variables are set:

  1.)	If nothing is set or changed, there is no change from the
	current behaviour:
		- Static /bin, /sbin, and bits of /usr/*
		- Dynamic rest
		- Shared linker is /usr/libexec/ld*so

  2.)	If the following make variables are set:
		LDSTATIC=
		SHLINKDIR=/lib
		SHLIBDIR=/lib
	Then the behaviour becomes:
		- Dynamic tools
		- .so libraries used by /bin and /sbin are installed to /lib,
		  with symlinks from /usr/lib/lib*so to -> /lib/lib*so
		  where appropriate
		- Shared linker is /lib/ld*so

  3.)	As per 2.), but add the following variable:
		USE_SHLIBDIR=yes
	This forces all .so's to be instaleld in /lib (with compat
	symlinks), not just those tagged by their Makefiles to be.
	Again, compat symlinks are installed
2001-12-28 01:32:37 +00:00
..
Makefile * Add user-controlled mk.conf variables 2001-12-28 01:32:37 +00:00
abi.h
e_acos.S
e_asin.S
e_atan2.S
e_atan2f.S
e_exp.S %rbp -> %rsp in 2 cases. 2001-06-19 17:49:36 +00:00
e_expf.S
e_fmod.S Oops, when I replaced sahf with a btw, I made it test the wrong bit 2001-06-25 16:44:34 +00:00
e_log.S
e_log10.S
e_log10f.S
e_logf.S
e_remainder.S 2 more bitnumber mistakes fixed while removing sahf. 2001-06-25 16:47:05 +00:00
e_remainderf.S 2 more bitnumber mistakes fixed while removing sahf. 2001-06-25 16:47:05 +00:00
e_scalb.S
e_scalbf.S
e_sqrt.S
e_sqrtf.S
s_atan.S
s_atanf.S
s_ceil.S
s_ceilf.S
s_copysign.S
s_copysignf.S
s_cos.S
s_cosf.S
s_finite.S
s_finitef.S
s_floor.S %rbp -> %rsp in 2 cases. 2001-06-19 17:49:36 +00:00
s_floorf.S
s_ilogb.S
s_ilogbf.S
s_log1p.S
s_log1pf.S
s_logb.S
s_logbf.S
s_rint.S
s_rintf.S
s_scalbn.S
s_scalbnf.S
s_significand.S
s_significandf.S
s_sin.S
s_sinf.S
s_tan.S
s_tanf.S
shlib_version