Fix compile time warnings about comparisons always being false.
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
index 50b86ef1c81629d598a3b02caf1a2747ac5b173a..768b6337bd6a463bef7a919e630d9fb2fe5f776c 100644 (file)
@@ -13,3 +13,5 @@ LTO_RANLIB = $$r/$(HOST_SUBDIR)/prev-gcc/gcc-ranlib$(exeext) -B$$r/$(HOST_SUBDIR
 LTO_EXPORTS = AR="$(LTO_AR)"; export AR; \
              RANLIB="$(LTO_RANLIB)"; export RANLIB;
 LTO_FLAGS_TO_PASS = AR="$(LTO_AR)" RANLIB="$(LTO_RANLIB)"
+
+do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
This page took 0.024554 seconds and 4 git commands to generate.