summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/Makefile
AgeCommit message (Expand)Author
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
2002-01-04Revert rev. 1.30 (partly). If MKPICINSTALL=no in mk.conf, libc_pic.a willtv
2001-12-28- Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden.lukem
2001-12-28if SHLINKDIR != /usr/libexec, install compat symlinklukem
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-14Don't put compiler options into CPPFLAGS.thorpej
2001-10-31Add a man page for ld.elf_so.skrll
2001-07-15Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM.matt
2001-06-19Preliminary x86-64 support. Not fully functional yet (toolchain bugs).fvdl
2001-01-14back out previous commit; I found a better way of handling the missingchristos
2001-01-14Don't use ${OBJS} in the dependency line, cause it is not defined yet.christos
2000-11-10When dlopen()ing with RTLD_GLOBAL, also make dependent libraries RTLD_GLOBAL.mycroft
2000-07-14Split DEBUG into two lines to make it easier to enable each separately.matt
2000-07-03If OBJECT_FMT is ELF and MACHINE_ARCH = vax, build ld.elf_somatt
2000-03-26Don't try to get libc_pic from the libc compile directory. If we're doing amycroft
1999-07-05Protect certain definitions from view by crt0, by wrapping them inthorpej
1999-05-07Don't even make depend if we're not going to build ld.elf_so. this isthorpej
1999-04-29Always use ${MACHINE_ARCH} rather than ${MACHINE}, and reorder architectureskleink
1999-04-29Add m68k code.kleink
1999-03-19Move the link.h files for the different shlib formats via repository copy,thorpej
1999-03-05make the mipse[lb]->mips translation really work,drochner
1999-03-03Make this compile without -DRTLD_LOADER and fix printf format problems onchristos
1999-03-03Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested byjonathan
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
1999-02-21Replace home-grown header file installation with INCS/INCSDIR; from Erikkleink
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-07Add -DRTLD_DEBUG_RELOC commented out.christos
1999-01-10Add i386 bitschristos
1998-11-24Add powerpc support.tsubai
1998-09-13remove MD asm as(1) comments from sysident.h, placing them in a commentmrg
1998-08-27Use -L for libc's objdir in case NOPICINSTALL is set in mk.conf.tv