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/sparc64 | |
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/sparc64')
-rw-r--r-- | lib/csu/sparc64/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index 67301c4095b..d8b03db3bc5 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2008/07/28 14:17:00 kurt Exp $ +# $OpenBSD: Makefile,v 1.6 2008/10/06 14:17:49 kurt Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ CFLAGS+= -DLIBC_SCCS -DELFSIZE=64 @@ -11,8 +11,6 @@ ELFDIR= ${.CURDIR}/../common_elf .PATH: ${ELFDIR} CFLAGS+= -I${ELFDIR} -I${.CURDIR} -PICFLAG?=-fpic - all: ${OBJS} crt0.o: crt0.c |