diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2008-10-06 14:17:50 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2008-10-06 14:17:50 +0000 |
commit | 001f190215f026410913a74e39f1a1b762b75346 (patch) | |
tree | 7de6562d0651e1431c26bce1ab51761bd071537b /lib/csu/sparc | |
parent | 34ff3c714df75826bb9fc28ff0b790def0ed3849 (diff) |
The recent change to bsd.own.mk to allow PICFLAG to be overridden made
these previously ignored PICFLAG settings become active. Remove PICFLAG
overrides to restore -fpic/-fPIC modes. In snaps for a week.
okay drahn@
Diffstat (limited to 'lib/csu/sparc')
-rw-r--r-- | lib/csu/sparc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile index 541b3114020..6ef1bf96538 100644 --- a/lib/csu/sparc/Makefile +++ b/lib/csu/sparc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/01/08 14:59:15 drahn Exp $ +# $OpenBSD: Makefile,v 1.9 2008/10/06 14:17:49 kurt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 CFLAGS+= -DLIBC_SCCS @@ -9,8 +9,6 @@ ELFDIR= ${.CURDIR}/../common_elf .PATH: ${ELFDIR} CFLAGS+= -I${ELFDIR} -I${.CURDIR} -PICFLAG?=-fPIC - all: ${OBJS} crt0.o: crt0.c |