Displaying 1 result from an estimated 1 matches for "build_xz_true".
Did you mean:
  build_xdr_true
  
2014 Dec 15
1
R build failure under gcc 4.9's link time optimization
...@BUILD_ZLIB_TRUE@ ../extra/zlib/libz.a
 R_BZLIBS = @BUILD_BZLIB_TRUE@ ../extra/bzip2/libbz2.a
 R_PCRE = @BUILD_PCRE_TRUE@ ../extra/pcre/libpcre.a
-R_TRE = @BUILD_TRE_TRUE@ ../extra/tre/libtre.a
+R_TRE = @BUILD_TRE_TRUE@ `ls ../extra/tre/*.o`
 R_XDR = @BUILD_XDR_TRUE@ ../extra/xdr/libxdr.a
 R_XZ = @BUILD_XZ_TRUE@  ../extra/xz/liblzma.a
 R_LIBINTL = @BUILD_LIBINTL_TRUE@ ../extra/intl/libintl.a
According the gcc changes doc, setting $AR is probably better. (untested).
Here is the relevant excerpt from https://gcc.gnu.org/gcc-4.9/changes.html
Link-time optimization (LTO) improvements: 
When using a linker...