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