This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 21 Apr 2010 23:33:44 -0000
- Subject: [Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix
- References: <bug-43839-12293@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from howarth at nitro dot med dot uc dot edu 2010-04-21 23:33 -------
This may be fixable with...
Index: testsuite/Makefile.in
===================================================================
--- testsuite/Makefile.in (revision 158487)
+++ testsuite/Makefile.in (working copy)
@@ -401,6 +401,7 @@
@echo 'set host_triplet $(host_triplet)' >>site.tmp
@echo 'set target_alias "$(target_alias)"' >>site.tmp
@echo 'set target_triplet $(target_triplet)' >>site.tmp
+ @echo 'set libiconv "$(LIBICONV)"' >>site.tmp
@echo '## All variables above are generated by configure. Do Not Edit
##' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
will test with current build.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839