Commit 257d10b5 by Iain Sandoe Committed by Iain Sandoe

Udate Darwin's LTO specs to match what's in gcc/gcc.c

gcc/
	* config/darwin.h (LINK_COMMAND_SPEC_A): Sync LTO options with
	the sequence used in gcc/gcc.c.

From-SVN: r263770
parent f0dbdef3
2018-08-22 Iain Sandoe <iain@sandoe.co.uk> 2018-08-22 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.h (LINK_COMMAND_SPEC_A): Sync LTO options with
the sequence used in gcc/gcc.c.
2018-08-22 Iain Sandoe <iain@sandoe.co.uk>
PR other/704 PR other/704
* gcc-ar.c (main): Don’t try to invoke the plug-in if we’re not * gcc-ar.c (main): Don’t try to invoke the plug-in if we’re not
building it. building it.
......
...@@ -175,7 +175,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -175,7 +175,7 @@ extern GTY(()) int darwin_ms_struct;
%(linker)" \ %(linker)" \
LINK_PLUGIN_SPEC \ LINK_PLUGIN_SPEC \
"%{flto*:%<fcompare-debug*} \ "%{flto*:%<fcompare-debug*} \
%{flto*} \ %{flto} %{fno-lto} %{flto=*} \
%l " LINK_COMPRESS_DEBUG_SPEC \ %l " LINK_COMPRESS_DEBUG_SPEC \
"%X %{s} %{t} %{Z} %{u*} \ "%X %{s} %{t} %{Z} %{u*} \
%{e*} %{r} \ %{e*} %{r} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment