From fb39cd850c3c009b9b7ee13627adbce5422ffa1f Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 20 Dec 2004 13:20:22 +0000 Subject: Improved PowerPC platform support. --- Makefile.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index a4349087b5..7c1fb95c5c 100644 --- a/Makefile.org +++ b/Makefile.org @@ -574,6 +574,8 @@ do_aix-shared: libs="$(LIBKRB5) $$libs"; \ fi; \ ( set -x; \ + OBJECT_MODE=`expr x${SHARED_LDFLAGS} : 'x\-[a-z]\([0-9]*\)'`; \ + OBJECT_MODE=$${OBJECT_MODE:-32}; export OBJECT_MODE; \ ld -r -o lib$$i.o $(ALLSYMSFLAG) lib$$i.a && \ ( nm -Pg lib$$i.o | grep ' [BD] ' | cut -f1 -d' ' > lib$$i.exp; \ $(SHAREDCMD) $(SHAREDFLAGS) \ -- cgit v1.2.3