summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/Makefile
AgeCommit message (Expand)Author
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
1998-08-13Don't install the ELF link.h in a.out systems!@#$#@christos
1998-08-04Use NOPIC to mean "no shared libraries", not NOSHLIB.tv
1998-03-25Add support for mips.mhitch
1998-02-23More table-driven changes for different toolchains:jonathan
1997-10-25Link with the stuff we compiled, rather that whatever random stuff happenscjs
1997-10-23Install our ELF-aware link.h into /usr/include on mips hosts.jonathan
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-06-23move man pages into share/man.mrg
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-26These updates to the build allow building against include filescjs
1997-04-17STRIP -> STRIPFLAG (sign, I guess I forgot to check this one in last night)thorpej
1997-04-10pull in arch-specific Makefile.inc only if it existscgd
1997-03-24- Makefile cleanupschristos
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd