summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-16 14:25:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-16 14:25:06 +0000
commit1222e75a0f5b285de2935b38f8b119da539304a8 (patch)
tree88071cc103fd397ad49cac5306db17b93b8b0fde /lib/libc/sys
parent1476c6f1583741fe0c89585ffb0065abfe371059 (diff)
re-add weak sparc support; d@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index cce9047dc8b..fd2239a32c5 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.36 2000/05/15 06:10:21 niklas Exp $
+# $OpenBSD: Makefile.inc,v 1.37 2000/10/16 14:25:04 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/17/93
@@ -6,7 +6,7 @@
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/sys ${LIBCSRCDIR}/sys
# for now, only i386 has usable weak aliases
-.if ${MACHINE_ARCH} != "i386"
+.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc"
CFLAGS+= -D_NO_WEAK_ALIASES
.endif