From 92083e713d0ad6c11966c54e0a9f02a957ae0d3f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 26 Sep 1996 14:16:14 +0000 Subject: pefo sez: constructors are not working with shared libs; -DNOPIC for mips here --- gnu/lib/libg++/Makefile.bsd-wrapper | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/lib/libg++') diff --git a/gnu/lib/libg++/Makefile.bsd-wrapper b/gnu/lib/libg++/Makefile.bsd-wrapper index 2b5d8e1787c..ce1f27f1973 100644 --- a/gnu/lib/libg++/Makefile.bsd-wrapper +++ b/gnu/lib/libg++/Makefile.bsd-wrapper @@ -1,6 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1996/03/16 05:18:41 etheisen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1996/09/26 14:16:13 deraadt Exp $ + +.if (${MACHINE_ARCH} == "mips") +MAKE+= -DNOPIC +.endif -SUBDIR+= libiberty libio libstdc++ librx libg++ etc +SUBDIR+= libiberty libio libstdc++ librx libg++ etc .include -- cgit v1.2.3