[Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Wed Apr 21 23:33:00 GMT 2010
------- 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
More information about the Java-prs
mailing list