提交 55bad949 编写于 作者: R Richard Levitte

We've now covered the shared library support for Solaris, so the -shared hack

in config is no longer needed.
上级 bb1c9dcc
...@@ -292,8 +292,6 @@ TEST="false" ...@@ -292,8 +292,6 @@ TEST="false"
for i for i
do do
case "$i" in case "$i" in
# shared library support (behnke@trustcenter.de)
-shared) SHARED=true;;
-d*) PREFIX="debug-";; -d*) PREFIX="debug-";;
-t*) TEST="true";; -t*) TEST="true";;
-h*) TEST="true"; cat <<EOF -h*) TEST="true"; cat <<EOF
...@@ -481,16 +479,6 @@ then ...@@ -481,16 +479,6 @@ then
options="$options -DATALLA" options="$options -DATALLA"
fi fi
#get some basic shared lib support (behnke@trustcenter.de)
case "$OUT" in
solaris-*-gcc)
if [ "$SHARED" = "true" ]
then
options="$options -DPIC -fPIC"
fi
;;
esac
# gcc < 2.8 does not support -mcpu=ultrasparc # gcc < 2.8 does not support -mcpu=ultrasparc
if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ] if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ]
then then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册