Skip to content
  • Yaakov Selkowitz's avatar
    Missing parts of fixes for in-tree libiconv · cfe101c6
    Yaakov Selkowitz authored
    (Commit d23d1dff missed pushing the config/iconv.m4 change, and to
    regenerate binutils' configure.)
    
    Original description:
    
    This is the second in a series of patches to make a build with an
    in-tree GNU libiconv work as designed.
    
    Currently GDB is the only toolchain component which actually uses an
    in-tree libiconv.  This patch modifies the common AM_ICONV to use an
    in-tree libiconv when present and not already provided by libc.
    (GDB's workaround uses an in-tree libiconv even when libc provides
    iconv(3); I'm not sure when or why that would be desirable.)
    
    config/ChangeLog:
    2015-08-24  Yaakov Selkowitz  <yselkowi@redhat.com>
    
    	* iconv.m4 (AM_ICONV_LINK): Use in-tree libiconv when present.
    
    binutils/ChangeLog:
    2015-08-24  Yaakov Selkowitz  <yselkowi@redhat.com>
    
    	* configure: Regenerate.
    cfe101c6