This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: libgcj/20693: javax-imageio.lo failed to build


I believe that the quote was added to work around the same bug as PR
20693, which is a libtool bug and should be fixed by

http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02792.html

After the patch above is applied, this workaround should be removed.
Otherwise, we are passing `\\\$' to gcj.


H.J.
----
2005-04-06  H.J. Lu  <hongjiu.lu@intel.com>

	PR libgcj/20693
	* testsuite/lib/libjava.exp (test_libjava_from_javac): Don't
	quote $c_file.

--- libjava/testsuite/lib/libjava.exp.special	2005-03-14 14:31:02.000000000 -0800
+++ libjava/testsuite/lib/libjava.exp	2005-04-06 11:23:34.183087248 -0700
@@ -833,7 +833,7 @@ proc test_libjava_from_javac { options s
 	    # Don't write files which contain $ chars.
 	    regsub -all "\\$" $executable "\^" executable
 	    set x [libjava_prune_warnings \
-		     [libjava_tcompile '$c_file' "$executable" $type $args]]
+		     [libjava_tcompile $c_file "$executable" $type $args]]
 	    lappend removeList $executable
 	    if {$x != ""} {
 		break


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]