Commit a51a07fa by Nathanael Nerode Committed by DJ Delorie

* configure.in: Eliminate redundant test for libgui.

From-SVN: r52920
parent 9a3e5fd3
2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
* configure.in: Eliminate redundant test for libgui.
2002-04-29 Roger Sayle <roger@eyesopen.com>
* MAINTAINERS: Add self and realphabetize. Update entries
......
......@@ -44,10 +44,6 @@
#
host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib"
if [ "${enable_gdbgui}" = "yes" ] ; then
host_libs="${host_libs} libgui"
fi
libstdcxx_version="target-libstdc++-v3"
# Don't use libstdc++-v3's flags to configure/build itself.
libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
......
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