diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-08-25 14:36:40 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-08-25 14:36:40 +0000 |
commit | 83d204d45d3d79937f546363bf6cfb56847ba8d4 (patch) | |
tree | c5845326fdad58bb59e33955d1c0c49664a8a3d5 /gnu/egcs/libstdc++ | |
parent | 09684115c5bee12ea154bc99524c4645244eae6f (diff) |
Move NOPIC for mips from toplevel to the libraries that have problems
with shared libraries. This will allow libiberty.so to be created by
default. -moj
Diffstat (limited to 'gnu/egcs/libstdc++')
-rw-r--r-- | gnu/egcs/libstdc++/Makefile.bsd-wrapper | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/egcs/libstdc++/Makefile.bsd-wrapper b/gnu/egcs/libstdc++/Makefile.bsd-wrapper index 2ff03bd5799..0b21e2d094b 100644 --- a/gnu/egcs/libstdc++/Makefile.bsd-wrapper +++ b/gnu/egcs/libstdc++/Makefile.bsd-wrapper @@ -1,4 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2000/05/15 06:10:21 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2000/08/25 14:36:39 maja Exp $ + +.if (${MACHINE_ARCH} == "mips") +NOPIC= +.endif IO_DIR= $(.CURDIR)/../libio LIBIBERTY_DIR= $(.CURDIR)/../libiberty |