freebsd-dev/share/mk
Marcel Moolenaar 8f6a0ee959 ia64 specific CFLAGS change:
Fix the "@gprel relocation against dynamic symbol xxx" linker error.

Variables defined in the link unit and small enough to be put in the
short data section will have a gp-relative access sequence (using the
@gprel relocation). It is invalid to have @gprel relocations in shared
libraries, because they are to be resolved by the static linker and
not the dynamic linker. The -fpic option will cause @ltoff relocations
for @gprel relocations, but the side-effects are untested (if any).
Instead, disable/eliminate the short data section to achieve the same.
2002-10-13 02:52:22 +00:00
..
bsd.cpu.mk Whitespace-only indention fixups for revision 1.20. This lets the 1.20 2002-09-18 20:51:25 +00:00
bsd.dep.mk Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
bsd.doc.mk Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
bsd.files.mk Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
bsd.incs.mk Try really hard to fix parallel installs. Add a bunch of .ORDER 2002-07-03 12:28:03 +00:00
bsd.info.mk Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
bsd.init.mk
bsd.kern.mk ia64 specific CFLAGS change: 2002-10-13 02:52:22 +00:00
bsd.kmod.mk
bsd.lib.mk Extend the lint handling a bit. 2002-09-20 19:32:51 +00:00
bsd.libnames.mk Sort in ``phone directory'' order (except for LIBC_*). 2002-10-04 16:25:08 +00:00
bsd.links.mk Try really hard to fix parallel installs. Add a bunch of .ORDER 2002-07-03 12:28:03 +00:00
bsd.man.mk Groff 1.18.1 comes in with ANSI color support, enabled by default. 2002-10-11 09:16:24 +00:00
bsd.nls.mk
bsd.obj.mk test -h is deprecated; use -L instead. 2002-08-31 02:22:33 +00:00
bsd.own.mk Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
bsd.port.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk Extend the lint handling a bit. 2002-09-20 19:32:51 +00:00
bsd.README
bsd.subdir.mk Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk, 2002-07-12 15:09:35 +00:00
bsd.sys.mk Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us. 2002-07-07 18:47:52 +00:00
Makefile Sort FILES. 2002-07-17 16:35:00 +00:00
sys.mk Extend the lint handling a bit. 2002-09-20 19:32:51 +00:00