From 001f190215f026410913a74e39f1a1b762b75346 Mon Sep 17 00:00:00 2001 From: Kurt Miller Date: Mon, 6 Oct 2008 14:17:50 +0000 Subject: 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@ --- lib/csu/arm/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/csu/arm') 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 -- cgit v1.2.3