commit 0296357f51dd81f37da141c4e13482f3ba8dd83b
parent 630589dfd6357b2c6218929fa03d18a75f04631b
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 21 Feb 2011 17:44:40 +0100
Temporary fix for linker flags, and credits for Nikolai
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CREDITS b/CREDITS
@@ -24,3 +24,6 @@ Armadillo <tc.rucho@gmail.com>
# Documentation
Christophe Gragnic <christophegragnic@yahoo.fr>
+
+# Port of 64-bit version to SunOS
+zonick <nikolai@zobnin.ru>
diff --git a/src64/Makefile b/src64/Makefile
@@ -23,7 +23,7 @@ ifeq ($(shell uname), SunOS)
CC = gcc -m64
AS = gas --64
LINK-FLAGS = -lc -lm -ldl -lsocket -lnsl
- DYNAMIC-LIB-FLAGS = -shared -export-dynamic
+ DYNAMIC-LIB-FLAGS = -shared
STRIP = strip
else
ifeq ($(shell uname), Darwin)