summaryrefslogtreecommitdiff
path: root/libiberty/config.table
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-16 13:02:37 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-16 13:02:37 +0000
commit15a7704b99a9a685f215b4175a641f86095d2c5d (patch)
treef5484dd8e3c8d485a815bf0a4067378b4cee4322 /libiberty/config.table
parentf0a93313bcc64ffc753f9ee99d418a47bde71fea (diff)
downloadgcc-15a7704b99a9a685f215b4175a641f86095d2c5d.tar.gz
* config.table: Add line to set enable_shared in the Makefile
as needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
-rw-r--r--libiberty/config.table7
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/config.table b/libiberty/config.table
index 07f4baf8b06..063f3839e74 100644
--- a/libiberty/config.table
+++ b/libiberty/config.table
@@ -43,5 +43,12 @@ for frag in ${frags}; do
fi
done
+# record if we want to build shared libs.
+if [ "${shared}" = "yes" ]; then
+ echo enable_shared = yes >> temp-frag
+else
+ echo enable_shared = no >> temp-frag
+fi
+
frag=xhost-mkfrag
${CONFIG_SHELL} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag