------- Comment #12 from wilson at gcc dot gnu dot org 2006-02-24 00:49 ------- It appears that the LT stands for libtool. So the first one (LIBICONV) is supposed to be used for linking if you aren't using libtool, and the second one (LTLIBICONV) is used for linking if you are using libtool. It is a happy accident that libtool is using linker options, where the non-libtool one is using gcc options. Misusing libtool support this way probably isn't the best possible solution, but it does look to me like it will work fine.
So, yes, this looks OK to me. We could at least get this on mainline even if we can't fix the release branches yet. -- wilson at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wilson at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21206