diff options
author | 2002-08-05 15:31:12 +0000 | |
---|---|---|
committer | 2002-08-05 15:31:12 +0000 | |
commit | 760305a80e8803e655ce0325aaa482972c07a7eb (patch) | |
tree | 1e1eb1dd67ee04dfcbe8ad34c4aeffbc6acd6e08 /lib/libc | |
parent | _C_LABEL where needed. (diff) | |
download | wireguard-openbsd-760305a80e8803e655ce0325aaa482972c07a7eb.tar.xz wireguard-openbsd-760305a80e8803e655ce0325aaa482972c07a7eb.zip |
One more ELF_TOOLCHAIN.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 1c8bce11d8a..a0cf4f4a2d1 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.54 2002/07/06 19:14:20 nordin Exp $ +# $OpenBSD: Makefile.inc,v 1.55 2002/08/05 15:31:12 art 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 arch's below have weak aliases enabled -.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "alpha" +.if ${MACHINE_ARCH} != "i386" || ${ELF_TOOLCHAIN} == "yes" CFLAGS+= -D_NO_WEAK_ALIASES .endif |