Commit 9e0e191b by Benjamin Kosnik Committed by Benjamin Kosnik

configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.


2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>

	* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.

From-SVN: r42299
parent 662d9425
2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
2001-05-11 Ben Elliston <bje@redhat.com> 2001-05-11 Ben Elliston <bje@redhat.com>
* Makefile.in (all-sid): New target. * Makefile.in (all-sid): New target.
......
...@@ -50,7 +50,7 @@ fi ...@@ -50,7 +50,7 @@ fi
libstdcxx_version="target-libstdc++-v3" libstdcxx_version="target-libstdc++-v3"
# Don't use libstdc++-v3's flags to configure/build itself. # Don't use libstdc++-v3's flags to configure/build itself.
libstdcxx_flags='`case $$dir in libstdc++-v3) ;; *) cat $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/libstdc++.INC 2>/dev/null || : ;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs' libstdcxx_flags='`case $$dir in libstdc++-v3) ;; *) $(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'
# these tools are built for the host environment # these tools are built for the host environment
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
......
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