diff options
author | 2001-09-02 14:34:14 +0000 | |
---|---|---|
committer | 2001-09-02 14:34:14 +0000 | |
commit | e738f788f4400735cb1622c8f31860598da40399 (patch) | |
tree | 022b1017e972b3f0331d16f7f56a0fe0f274dd6a | |
parent | gcc hangs when compiling sha1 on sparc64, workaround. (diff) | |
download | wireguard-openbsd-e738f788f4400735cb1622c8f31860598da40399.tar.xz wireguard-openbsd-e738f788f4400735cb1622c8f31860598da40399.zip |
sparc64 doesn't support profiling for now.
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 19d556b60c5..125afe52690 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.52 2001/08/23 16:37:46 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.53 2001/09/02 14:34:14 art Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -113,7 +113,7 @@ NOPIC= # don't try to generate PROFILED versions of libraries on machines # which don't support profiling. # to add this back use the following line -.if (${MACHINE_ARCH} == "m88k") +.if (${MACHINE_ARCH} == "m88k") || (${MACHINE_ARCH} == "sparc64") #.if 0 NOPROFILE= .endif |