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]

Re: [PATCH] Fix PR43839 - libjava incorrectly uses -liconv in testsuite


On 23/04/2010 03:24, Jack Howarth wrote:
>   The following patch eliminates the failure of the PR16923 libjava
> testcase on *-*-darwin* when -with-libiconv-prefix is used to provide
> an alternative location for libiconv. Tested on x86_64-apple-darwin10.
> Okay for gcc trunk and gcc 4.5.1?

  It's not my area, but as we discussed on the main list:

> -    lappend cxxflags -shared-libgcc -lgcj -liconv
> +    eval lappend cxxflags "-shared-libgcc -lgcj $libiconv"

... if you don't add either the quotes or the eval, doesn't it "just work"?

    cheers,
      DaveK


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