diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-12 04:07:18 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-12 04:07:18 +0000 |
commit | 0abe07513d3276b632b07072e0496bab5e4ac639 (patch) | |
tree | 7cce6a014768c68ca49620959dd3d46768936f83 /share | |
parent | 0f2bea779ea71ba5c16f899b04b32441761d914a (diff) |
add hppa to ELF_TOOLCHAIN.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index a6c47573b17..890fa85e5fc 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.59 2001/09/27 07:27:52 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.60 2002/06/12 04:07:17 art Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -30,7 +30,8 @@ AFS?= yes # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no # Set toolchain for libdl and other "differences" -.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64") +.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \ + ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64") ELF_TOOLCHAIN?= yes .else ELF_TOOLCHAIN?= no |