From 83d204d45d3d79937f546363bf6cfb56847ba8d4 Mon Sep 17 00:00:00 2001 From: Mats O Jansson Date: Fri, 25 Aug 2000 14:36:40 +0000 Subject: 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 --- gnu/egcs/libio/Makefile.bsd-wrapper | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu/egcs/libio/Makefile.bsd-wrapper') diff --git a/gnu/egcs/libio/Makefile.bsd-wrapper b/gnu/egcs/libio/Makefile.bsd-wrapper index 220c82a1892..e66da9a8e3f 100644 --- a/gnu/egcs/libio/Makefile.bsd-wrapper +++ b/gnu/egcs/libio/Makefile.bsd-wrapper @@ -1,4 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2000/05/15 06:10:20 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2000/08/25 14:36:39 maja Exp $ + +.if (${MACHINE_ARCH} == "mips") +MAKE+= -DNOPIC +NOPIC= +.endif LIBIO= io LIBIOSTREAM= iostream -- cgit v1.2.3