]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Tue, 23 Jan 2007 00:22:13 +0000 (00:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 23 Jan 2007 00:22:13 +0000 (00:22 +0000)
* configure: Rebuilt.
* configure.ac (GCJ): Reverted patch of 2006-12-20.

From-SVN: r121073

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index e31a214d4624e192dcebd7fc3db86a9f23e68d1d..87d1b9adea3492e75c273cad3e19148d514be8e2 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-22  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+       * configure.ac (GCJ): Reverted patch of 2006-12-20.
+
 2007-01-22  Tom Tromey  <tromey@redhat.com>
 
        PR java/29812:
index 9b550a2ca0d047d4c6d54e0ba867d505041a2b3c..6b4dc629a783d073892e254d14a8ef3b5f8e2490 100755 (executable)
@@ -5145,7 +5145,7 @@ case "${which_gcj}" in
          GCC_UNWIND_INCLUDE=
          GCJ="${target_noncanonical}-gcj"
       else
-         GCJ="$built_gcc_dir/gcj -B$built_gcc_dir/"
+         GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
       fi
       GCJH="$built_gcc_dir/gcjh"
    ;;
index baef81de3f248ca4742a44b3ae09de2d46a656d3..1adc82f1576336209e3502d9a4a2eee71fcf1c08 100644 (file)
@@ -344,7 +344,7 @@ case "${which_gcj}" in
          GCC_UNWIND_INCLUDE=
          GCJ="${target_noncanonical}-gcj"
       else
-         GCJ="$built_gcc_dir/gcj -B$built_gcc_dir/"
+         GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
       fi
       GCJH="$built_gcc_dir/gcjh"
    ;;