• davek's avatar
    ChangeLog: · ca42e774
    davek authored
    2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
    
    	* configure.ac (build_lto_plugin): New shell variable.
    	(--enable-lto): Turn on by default for all non-ELF platforms that
    	have had LTO support added so far.  Set build_lto_plugin appropriately
    	for both ELF and non-ELF.
    	(configdirs): Add lto-plugin or not based on build_lto_plugin.
    	* configure: Regenerate.
    
    gcc/ChangeLog:
    
    2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
    
    	* config.host (host_lto_plugin_soname): New shell variable.
    	* configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
    	* config.in: Regenerate.
    	* configure: Regenerate.
    	* gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
    	LTO plugin shared library.
    
    lto-plugin/ChangeLog:
    
    2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
    
    	* configure.ac: Source config.gcc to determine lto_binary_reader.
    	(LTO_FORMAT): New AC_SUBST variable inferred from lto_binary_reader.
    	* Makefile.am (LTO_FORMAT): Import.
    	(liblto_plugin_la_SOURCES): Add object format ...
    ca42e774
configure 463 KB