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/arm/Makefile | |
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/arm/Makefile')
-rw-r--r-- | lib/csu/arm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile index 28be3aba57c..cf055857f70 100644 --- a/lib/csu/arm/Makefile +++ b/lib/csu/arm/Makefile @@ -9,8 +9,6 @@ ELFDIR= ${.CURDIR}/../common_elf .PATH: ${ELFDIR} CFLAGS+= -I${ELFDIR} -I${.CURDIR} -PICFLAG?=-fpic - all: ${OBJS} crt0.o: crt0.c |