mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Use -aout for kernels right now. This will have to be changed back if
the kernel goes ELF.
This commit is contained in:
parent
ac80870e0b
commit
1025205fa2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39170
@ -13,7 +13,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: kzip.c,v 1.10 1997/07/18 06:40:46 charnier Exp $";
|
||||
"$Id: kzip.c,v 1.11 1998/06/01 18:34:19 jhay Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <err.h>
|
||||
@ -194,6 +194,7 @@ main(int argc, char **argv)
|
||||
if (!Pld) {
|
||||
execlp("ld",
|
||||
"ld",
|
||||
"-aout",
|
||||
"-Bstatic",
|
||||
"-Z",
|
||||
"-T",
|
||||
|
Loading…
Reference in New Issue
Block a user