Don't make gperf depend upon libg++.

* config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
        (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
Bring over from devo.

From-SVN: r17249
This commit is contained in:
Brendan Kehoe 1997-12-28 10:24:10 +00:00 committed by Jeff Law
parent 2c3a56ad15
commit 6a4b833147
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
1997-12-12 Brendan Kehoe <brendan@lisa.cygnus.com>
Don't make gperf depend upon libg++.
* config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
(LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
Thu Dec 11 11:20:59 1997 H.J. Lu (hjl@gnu.org)
* configure.in (target frags): Add *-linux-gnu.

View File

@ -158,8 +158,7 @@ if test "${DOING_LIBGXX}" = "true" ; then
echo '# IO_DIR = no-stream'
elif test "${DOING_GPERF}" = "true" ; then
echo "IO_DIR = libio"
echo "TOLIBGXX = ${TOLIBGXX}"
echo "LIBS = -L./${TOLIBGXX} -L./${TOLIBGXX}../libstdc++ -lg++ -lstdc++"
echo "LIBS = -L../libstdc++ -lstdc++"
fi
if [ -z "${ALL}" ] ; then