summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-28 10:24:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-28 10:24:10 +0000
commit0451d6e694a27d252e73033fecab536c3f74bf09 (patch)
treeb3a1035b6699998de9fe17dda2f6c7afa9f4b02f /libio
parent12144423980f52cb7c9e902c77740246cf17e023 (diff)
downloadgcc-0451d6e694a27d252e73033fecab536c3f74bf09.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17249 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r--libio/ChangeLog6
-rw-r--r--libio/config.shared3
2 files changed, 7 insertions, 2 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index e378b7e41c3..0af11de87b9 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -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.
diff --git a/libio/config.shared b/libio/config.shared
index 1b23b353090..93393f19efe 100644
--- a/libio/config.shared
+++ b/libio/config.shared
@@ -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