Mercurial > hg > CbC > CbC_gcc
comparison config/bootstrap-lto.mk @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children | 1830386684a0 |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
11 LTO_RANLIB = $$r/$(HOST_SUBDIR)/prev-gcc/gcc-ranlib$(exeext) -B$$r/$(HOST_SUBDIR)/prev-gcc/ | 11 LTO_RANLIB = $$r/$(HOST_SUBDIR)/prev-gcc/gcc-ranlib$(exeext) -B$$r/$(HOST_SUBDIR)/prev-gcc/ |
12 | 12 |
13 LTO_EXPORTS = AR="$(LTO_AR)"; export AR; \ | 13 LTO_EXPORTS = AR="$(LTO_AR)"; export AR; \ |
14 RANLIB="$(LTO_RANLIB)"; export RANLIB; | 14 RANLIB="$(LTO_RANLIB)"; export RANLIB; |
15 LTO_FLAGS_TO_PASS = AR="$(LTO_AR)" RANLIB="$(LTO_RANLIB)" | 15 LTO_FLAGS_TO_PASS = AR="$(LTO_AR)" RANLIB="$(LTO_RANLIB)" |
16 | |
17 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2 |