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/libio/Makefile.bsd-wrapper | |
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/libio/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/egcs/libio/Makefile.bsd-wrapper | 7 |
1 files changed, 6 insertions, 1 deletions
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 |