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

Unified Diff: function_reordering_plugin/configure.ac

Issue 4802070: [google] New linker plugin to do function reordering in the final binary using callgraph profiles Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6/
Patch Set: Created 12 years, 8 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 | « function_reordering_plugin/configure ('k') | function_reordering_plugin/function_reordering_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: function_reordering_plugin/configure.ac
===================================================================
--- function_reordering_plugin/configure.ac (revision 0)
+++ function_reordering_plugin/configure.ac (revision 0)
@@ -0,0 +1,14 @@
+AC_PREREQ(2.64)
+AC_INIT([REORDER plugin for ld], 0.1,,[function_reordering_plugin])
+AC_CANONICAL_SYSTEM
+AM_INIT_AUTOMAKE([foreign no-dist])
+AM_MAINTAINER_MODE
+AC_PROG_CXX
+AC_SYS_LARGEFILE
+AC_SUBST(target_noncanonical)
+AC_CHECK_HEADERS(stdint.h inttypes.h)
+AC_HEADER_SYS_WAIT
+AC_PROG_LIBTOOL
+AC_CONFIG_FILES(Makefile)
+AC_CONFIG_HEADERS(config.h)
+AC_OUTPUT
« no previous file with comments | « function_reordering_plugin/configure ('k') | function_reordering_plugin/function_reordering_plugin.cc » ('j') | no next file with comments »

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