Skip to content

Commit

Permalink
Udate Darwin's LTO specs to match what's in gcc/gcc.c
Browse files Browse the repository at this point in the history
gcc/
	* config/darwin.h (LINK_COMMAND_SPEC_A): Sync LTO options with
	the sequence used in gcc/gcc.c.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263770 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
iains committed Aug 22, 2018
1 parent c94f76e commit f9efa87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2018-08-22 Iain Sandoe <[email protected]>

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

2018-08-22 Iain Sandoe <[email protected]>

PR other/704
Expand Down
2 changes: 1 addition & 1 deletion gcc/config/darwin.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ extern GTY(()) int darwin_ms_struct;
%(linker)" \
LINK_PLUGIN_SPEC \
"%{flto*:%<fcompare-debug*} \
%{flto*} \
%{flto} %{fno-lto} %{flto=*} \
%l " LINK_COMPRESS_DEBUG_SPEC \
"%X %{s} %{t} %{Z} %{u*} \
%{e*} %{r} \
Expand Down

0 comments on commit f9efa87

Please sign in to comment.