Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(476)

Unified Diff: gcc/config.host

Issue 6195099: [google][4.7]Port function reordering via linker plugin from google/gcc-4_6 branch Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7/
Patch Set: Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/common.opt ('k') | gcc/config.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config.host
===================================================================
--- gcc/config.host (revision 187620)
+++ gcc/config.host (working copy)
@@ -76,6 +76,7 @@ out_host_hook_obj=host-default.o
host_can_use_collect2=yes
use_long_long_for_widest_fast_int=no
host_lto_plugin_soname=liblto_plugin.so
+host_function_reordering_plugin_soname=libfunction_reordering_plugin.so
# Unsupported hosts list. Generally, only include hosts known to fail here,
# since we allow hosts not listed to be supported generically.
« no previous file with comments | « gcc/common.opt ('k') | gcc/config.in » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b