Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 474748 | Differences between
and this patch

Collapse All | Expand All

(-)a/libstuff/lto.c (+13 lines)
Lines 381-384 void *mod) Link Here
381
	lto_dispose(mod);
381
	lto_dispose(mod);
382
}
382
}
383
383
384
#else
385
386
#include <stdlib.h>
387
388
__private_extern__
389
int
390
is_llvm_bitcode(
391
    struct ofile *ofile,
392
    char *addr,
393
    size_t size)
394
{
395
  return 0;
396
}
384
#endif /* LTO_SUPPORT */
397
#endif /* LTO_SUPPORT */
(-)a/misc/libtool.c (-2 / +5 lines)
Lines 1370-1377 void) Link Here
1370
			    }
1370
			    }
1371
			}
1371
			}
1372
		    }
1372
		    }
1373
		    else if(ofiles[i].arch_type == OFILE_Mach_O ||
1373
		    else if(ofiles[i].arch_type == OFILE_Mach_O
1374
		            ofiles[i].arch_type == OFILE_LLVM_BITCODE){
1374
#ifdef LTO_SUPPORT
1375
                || ofiles[i].arch_type == OFILE_LLVM_BITCODE
1376
#endif
1377
                ){
1375
			if(cmd_flags.ranlib == TRUE){
1378
			if(cmd_flags.ranlib == TRUE){
1376
			    error("for architecture: %s file: %s is not an "
1379
			    error("for architecture: %s file: %s is not an "
1377
				  "archive (no processing done on this file)",
1380
				  "archive (no processing done on this file)",

Return to bug 474748