Commit c2953795 by Jeffrey A Law Committed by Jeff Law

config.table: Add line to set enable_shared in the Makefile as needed.

        * config.table: Add line to set enable_shared in the Makefile
        as needed.

From-SVN: r19805
parent 0bc0cd11
Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
* config.table: Add line to set enable_shared in the Makefile
as needed.
Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cplus-dem.c (squangle_mop_up): Change return type to void.
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment