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

Unified Diff: gcc/configure.ac

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/configure ('k') | gcc/doc/invoke.texi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/configure.ac
===================================================================
--- gcc/configure.ac (revision 187620)
+++ gcc/configure.ac (working copy)
@@ -1926,6 +1926,10 @@ case $use_collect2 in
;;
esac
+AC_DEFINE_UNQUOTED(FRPLUGINSONAME,"${host_function_reordering_plugin_soname}",
+[Define to the name of the function reordering plugin DSO that must be
+ passed to the linker's -plugin=LIB option.])
+
AC_DEFINE_UNQUOTED(LTOPLUGINSONAME,"${host_lto_plugin_soname}",
[Define to the name of the LTO plugin DSO that must be
passed to the linker's -plugin=LIB option.])
« no previous file with comments | « gcc/configure ('k') | gcc/doc/invoke.texi » ('j') | no next file with comments »

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