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/alpha | |
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/alpha')
-rw-r--r-- | lib/csu/alpha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index d4bbd9609ee..7e11c9d8e2d 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2005/09/25 19:59:00 kettenis Exp $ +# $OpenBSD: Makefile,v 1.17 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 @@ -9,8 +9,6 @@ ELFDIR= ${.CURDIR}/../common_elf .PATH: ${ELFDIR} CFLAGS+= -I${ELFDIR} -I${.CURDIR} -PICFLAG?=-fpic - all: ${OBJS} crt0.o: crt0.c |