summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-14 11:32:52 +0000
committerjkh <jkh@FreeBSD.org>1998-09-14 11:32:52 +0000
commit2f4f9d96e34aff6935e1bf2c036a849856b558b7 (patch)
treefc55a9060273c985f7afe5a676c7b386a8c59baf
parent6b2e341178d2c388cbe96252645a3e1219d6c6d6 (diff)
downloadFreeBSD-src-2f4f9d96e34aff6935e1bf2c036a849856b558b7.zip
FreeBSD-src-2f4f9d96e34aff6935e1bf2c036a849856b558b7.tar.gz
Use -aout for kernels right now. This will have to be changed back if
the kernel goes ELF.
-rw-r--r--usr.bin/kzip/kzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c
index 053ae50..74bd701 100644
--- a/usr.bin/kzip/kzip.c
+++ b/usr.bin/kzip/kzip.c
@@ -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",
OpenPOWER on IntegriCloud