From 38492e4e7ee68aee15531b192e450241c2bec6ef Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 5 Apr 2001 14:35:06 +0000 Subject: [PATCH] -all ld option removed. [SVN r9721] --- build/irix_CC.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/irix_CC.mak b/build/irix_CC.mak index 91eb819e..5c964f83 100644 --- a/build/irix_CC.mak +++ b/build/irix_CC.mak @@ -29,7 +29,7 @@ CPPOPTS= $(STLPORTINC) $(STLPORTOPTS) -I$(BOOST) $(PYINC) \ MAKEDEP= -M LD= CC -LANG:std -n32 -mips4 -LDOPTS= -shared -all +LDOPTS= -shared OBJ = classes.o conversions.o extension_class.o functions.o \ init_function.o module_builder.o \ @@ -58,7 +58,7 @@ all: libboost_python.a \ libboost_python.a: $(OBJ) rm -f libboost_python.a - $(CPP) -ar -all -o libboost_python.a $(OBJ) + $(CPP) -ar -o libboost_python.a $(OBJ) boost_python_test.so: $(OBJ) comprehensive.o $(LD) $(LDOPTS) $(OBJ) comprehensive.o -o boost_python_test.so -lm