Fix lto-wrapper link flags
2018-02-26 Christophe Lyon <christophe.lyon@linaro.org> gcc/ * Makefile.in (lto-wrapper): Use ALL_LINKERFLAGS. From-SVN: r257987
This commit is contained in:
parent
8562191ad2
commit
bdb8ec2d8d
@ -1,3 +1,7 @@
|
||||
2018-02-26 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
* Makefile.in (lto-wrapper): Use ALL_LINKERFLAGS.
|
||||
|
||||
2018-02-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||||
|
||||
PR target/84521
|
||||
|
@ -2151,7 +2151,7 @@ CFLAGS-collect2.o += -DTARGET_MACHINE=\"$(target_noncanonical)\" \
|
||||
|
||||
LTO_WRAPPER_OBJS = lto-wrapper.o collect-utils.o ggc-none.o
|
||||
lto-wrapper$(exeext): $(LTO_WRAPPER_OBJS) libcommon-target.a $(LIBDEPS)
|
||||
+$(LINKER) $(ALL_COMPILERFLAGS) $(LDFLAGS) -o T$@ \
|
||||
+$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o T$@ \
|
||||
$(LTO_WRAPPER_OBJS) libcommon-target.a $(LIBS)
|
||||
mv -f T$@ $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user