From b86c4981cfede412b0ee9e69fe56fc6d21f65679 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 7 Dec 2002 22:31:01 +0000 Subject: Only use "ASPICFLAG=-k" a.out assembler, not binutils. With the binutils as, -k is expanded to -keep-locals which is not what we want. OK fgsch@ --- share/mk/bsd.own.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index a270a8c8157..a958c72bf0c 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.62 2002/08/11 23:13:10 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.63 2002/12/07 22:31:00 millert Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -121,7 +121,7 @@ PICFLAG=-fPIC .endif .if (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "sparc") ASPICFLAG=-KPIC -.else +.elif (${ELF_TOOLCHAIN} != "yes") ASPICFLAG=-k .endif -- cgit v1.2.3