From cf7f7beef09cac77f6c9235e61abbbacd7f4b06b Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 15 May 2010 17:07:58 +0000 Subject: We really want position independant objects in libsupc++.a. ok espie@ --- gnu/lib/libsupc++-v3/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/lib/libsupc++-v3/Makefile b/gnu/lib/libsupc++-v3/Makefile index fdf51e889d5..be7f39a7757 100644 --- a/gnu/lib/libsupc++-v3/Makefile +++ b/gnu/lib/libsupc++-v3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2010/05/15 08:23:59 robert Exp $ +# $OpenBSD: Makefile,v 1.2 2010/05/15 17:07:57 matthieu Exp $ .include "${.CURDIR}/../libstdc++-v3/Makefile.common" @@ -8,4 +8,8 @@ LIB= supc++ # Pulled from Makefile.common SRCS= ${SUPSRCS} +# Build a standard .a lib with PIC objects +NOPIC= +CFLAGS+= ${PICFLAG} + .include -- cgit v1.2.3