aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-01 20:28:16 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-01 20:28:16 +0000
commit179add2b077a3cb9e34e28b5bb3767c1125fc204 (patch)
treec7c89c22b672805ec3987327155fd07174957ea5 /Makefile.org
parent456bc309d8bd012eaa41db58b02b61479cddc46b (diff)
downloadopenssl-179add2b077a3cb9e34e28b5bb3767c1125fc204.tar.gz
Add aix64-cc, and make sure that ar gets proper flags for 64-bit libraries
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index d80c4c2e65..32d32477ae 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -59,7 +59,8 @@ DEPFLAG=
PEX_LIBS=
EX_LIBS=
EXE_EXT=
-AR=ar r
+ARFLAGS=
+AR=ar $(ARFLAGS) r
RANLIB= ranlib
PERL= perl
TAR= tar