summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+1
| | | | code made obsolete in the same commit.
* MFtbemd:imp2010-08-231-2/+2
| | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
| | | | | | | | doesn't use the default CFLAGS which contain -fno-strict-aliasing. Until the code is cleaned up, just add -fno-strict-aliasing to the CFLAGS of these for the tinderboxes' sake, allowing the rest of the tree to have -Werror enabled again.
* Build shared on PowerPC now that the bug has been found and fixed.marcel2006-08-041-4/+0
|
* Use NO_SHARED=YES to force a static link.marcel2006-07-301-1/+1
| | | | Pointed out by: ru@
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatmarcel2006-07-291-0/+4
| | | | | | | cannot easily be analyzed due to there being no debugger yet. The SIGSEGV only happens when kldxref is linked shared. Since kldxref(8) is needed for a release build, having it not dump core is important.
* Add support for reading ELF relocatable object file format modules.iedowse2004-08-271-1/+1
|
* style.Makefile(5)obrien2003-04-041-1/+2
|
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedjake2003-01-211-0/+6
| | | | | | | | | on variables read out of raw kld files. Unlike other platforms the value will be in an Elf_Rela, not in the data section of the elf file. Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> PR: 46730 Tested on: alpha (obrien), i386, sparc64
* Reorder WARNS line for style.mikeh2001-12-101-2/+1
| | | | Pointed out by: bde
* WARNS=2 cleanup.mikeh2001-12-091-0/+2
| | | | | PR: bin/32567 MFC after: 2 weeks
* Write a real man page.des2001-10-121-1/+1
|
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-111-0/+7
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
OpenPOWER on IntegriCloud