* configure.in: Move definition of libstdcxx_flags
authorDJ Delorie <dj@redhat.com>
Wed, 19 Jun 2002 23:53:30 +0000 (23:53 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 19 Jun 2002 23:53:30 +0000 (23:53 +0000)
right above usage, rather than waaay earlier.

ChangeLog
configure.in

index cb89c2b61afcf6d49765fe03ed15eae4e15153ff..5afa57021122bdccc301d011e2e5d5a8ffd8c456 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
 
+       * configure.in: Move definition of libstdcxx_flags
+       right above usage, rather than waaay earlier.
+
        * configure.in: Pull definition of is_cross_compiler earlier.
 
        * configure.in: Rearrange a little.
index 334fc70a3cdd295ef7c4eac8076383f46c82af86..49194021c45050766ee89038b887ff8692ea6307 100644 (file)
@@ -127,9 +127,6 @@ else
   is_cross_compiler=yes
 fi     
 
-# 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'
-
 # Work in distributions that contain no compiler tools, like Autoconf.
 tentative_cc=""
 if test -d ${srcdir}/config ; then
@@ -1558,6 +1555,9 @@ case $GCJ_FOR_TARGET in
 *) GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
 esac
 
+# 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'
+
 if test "x${CXX_FOR_TARGET+set}" = xset; then
   :
 elif test -d ${topsrcdir}/gcc; then
This page took 0.030264 seconds and 4 git commands to generate.