From 0977c571c6010db632d25d1a595f91be1471db70 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 3 Sep 2010 18:09:25 +0000 Subject: According to Thomas Maier-Komor in a post to botan-devel, the right way to create a static library using Sun Studio is to invoke the compiler with the -xar flag. --- src/build-data/cc/sunstudio.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/build-data/cc/sunstudio.txt b/src/build-data/cc/sunstudio.txt index 80fe55951..987f85e67 100644 --- a/src/build-data/cc/sunstudio.txt +++ b/src/build-data/cc/sunstudio.txt @@ -18,6 +18,8 @@ shared_flags "-KPIC" warning_flags "+w" lang_flags "+p -D__EXTENSIONS__" +ar_command "CC -xar -o" + makefile_style unix -- cgit v1.2.3