diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-26 14:16:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-26 14:16:14 +0000 |
commit | 92083e713d0ad6c11966c54e0a9f02a957ae0d3f (patch) | |
tree | 9217fff523b6b4e4147b30157569be9bccc16805 /gnu/lib/libg++ | |
parent | dbb3e9be6ca5be574751c6fc68fb31474e57ad82 (diff) |
pefo sez: constructors are not working with shared libs; -DNOPIC for mips here
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r-- | gnu/lib/libg++/Makefile.bsd-wrapper | 8 |
1 files changed, 6 insertions, 2 deletions
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 <bsd.subdir.mk> |