summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-06-14 14:42:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-06-14 14:42:56 +0000
commitfd906f2f2a0037582b34a9aed5e0fd48459d8286 (patch)
treee910c23e29bae576c146c7ac52257a4b7ef1b8f7
parent206fea5f39351700d62f4105125d24782fd265db (diff)
defininig NATIVE_EXEC_ELF is mandatory on ELF platforms.
-rw-r--r--sys/arch/hppa/include/exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h
index 5f8fc1a49d5..f94766e750c 100644
--- a/sys/arch/hppa/include/exec.h
+++ b/sys/arch/hppa/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.9 2003/11/07 16:41:01 mickey Exp $ */
+/* $OpenBSD: exec.h,v 1.10 2008/06/14 14:42:55 miod Exp $ */
/*
* Copyright (c) 1994, The University of Utah and
@@ -37,6 +37,7 @@
#define ELF_TARG_DATA ELFDATA2MSB
#define ELF_TARG_MACH EM_PARISC
+#define NATIVE_EXEC_ELF
#define _NLIST_DO_ELF
#define _KERN_DO_ELF