| Age | Commit message (Expand) | Author |
| 2010-03-19 | Use the gcc directive to disable SSP warnings. | roy |
| 2010-03-18 | Use alloca(3) instead of local xmalloc for creating our DoneLists. | roy |
| 2009-12-13 | simplify the logic for compat ld.elf_so and move it here. we now can | mrg |
| 2009-12-13 | if BSD_MK_COMPAT_FILE is defined, .include it. | mrg |
| 2009-12-13 | rename LD32DIR to MLIBDIR. | mrg |
| 2009-05-20 | Add a reminder about ldd depending on ld.so. | ad |
| 2009-05-19 | warns=4 | christos |
| 2009-03-16 | Default to WARNS=4 | lukem |
| 2008-10-26 | if LD32DIR is defined: | mrg |
| 2008-10-16 | Never build this with PIE. | christos |
| 2007-12-26 | No need for stack_protector.o if USE_FORT is no. | christos |
| 2007-11-13 | stack_protector.c has moved. | ad |
| 2007-10-30 | Build a local copy of exit that doesn't call __cxa_finalize. It's not | skrll |
| 2007-10-29 | build stack protector locally so that we don't call syslog_ss that results | christos |
| 2007-10-05 | - Don't use the names malloc/free/etc, since we can end up pulling in libc's | ad |
| 2007-09-27 | If we are using SSP, compile in a separate copy of the stack protector | christos |
| 2007-05-18 | Support Solaris-like $ORIGIN etc. expansions in paths. | christos |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-15 | Deal with MKPICLIB != no. | matt |
| 2007-02-23 | Remove MD COMBRELOC support since it's now MI. | matt |
| 2006-08-27 | Simplify multiple MACHINE_ARCH endian checks with single MACHINE_CPU | simonb |
| 2006-06-29 | Add (back) -Wl,-static to the link. | skrll |
| 2006-02-03 | Remove -Wl,-non_shared (same meaing as -static). | rpaulo |
| 2005-06-04 | Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than | lukem |
| 2005-01-11 | Backout -DDEBUG that I accidently commited with the last change | martin |
| 2005-01-09 | Add LD_BIND_NOW support for sparc and remove some relocation types that | martin |
| 2004-03-24 | Be more pedantic about where we use -shared, etc. | skrll |
| 2004-02-26 | Whitespace. | enami |
| 2004-02-23 | Whitespace. | skrll |
| 2004-02-22 | Use CC instead of LD to link the ld.elf_so. This will correctly link | uwe |
| 2004-02-21 | Move common LDFLAGS into Makefile from arch/*/Makefile.inc | skrll |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | support MAKEVERBOSE | lukem |
| 2003-03-25 | Add support for shared libraries/dynamically linked binaries on sh5. | scw |
| 2003-02-26 | Do not add ${LIBC_PIC} to DPADD if MKPICINSTALL is "no". | uwe |
| 2002-10-05 | Disable DEBUG again. | junyoung |
| 2002-10-05 | Don't call _rtld_process_mapping() with null string. | junyoung |
| 2002-09-27 | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and | thorpej |
| 2002-09-26 | *poof* | mycroft |
| 2002-09-26 | -vomit-frame-pointer is buggy on 68k. *sigh* | mycroft |
| 2002-09-26 | By default, compile without DEBUG, and with -fomit-frame-pointer. | mycroft |
| 2002-09-13 | Turn DEBUG back on by default. It doesn't take much space. | mycroft |
| 2002-08-31 | Turn off DEBUG by default, and compile with -O3. (Tested on Alpha, ARM, | mycroft |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-08-10 | Build for "armeb". | thorpej |
| 2002-07-10 | Add support for dynamic linking on HP PA-RISC. | fredette |
| 2002-03-01 | Don't bomb if the ${DPADD} files are missing -- we want at least one of | tv |
| 2002-02-04 | Use ${MACHINE_CPU} to assign ARCHSUBDIR. | thorpej |
| 2002-02-03 | Add support for dynamic linking on the SuperH. From Marcus Comstedt, | thorpej |