From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30961 invoked by alias); 21 Apr 2010 23:33:45 -0000 Received: (qmail 30934 invoked by uid 48); 21 Apr 2010 23:33:44 -0000 Date: Wed, 21 Apr 2010 23:33:00 -0000 Message-ID: <20100421233344.30933.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2010-q2/txt/msg00019.txt.bz2 ------- 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