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

Side by Side Diff: Makefile.def

Issue 5124041: [google] Linker plugin to do function reordering using callgraph edge profiles Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6/
Patch Set: Created 13 years, 6 months ago
Left:
Right:
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 unified diff | Download patch
« no previous file with comments | « no previous file | configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /usr/bin/autogen 1 #! /usr/bin/autogen
2 AutoGen definitions Makefile.tpl; 2 AutoGen definitions Makefile.tpl;
3 3
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'. 4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
5 // This file was originally written by Nathanael Nerode. 5 // This file was originally written by Nathanael Nerode.
6 // 6 //
7 // Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 7 // Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
8 // Free Software Foundation 8 // Free Software Foundation
9 // 9 //
10 // This file is free software; you can redistribute it and/or modify 10 // This file is free software; you can redistribute it and/or modify
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 host_modules= { module= tk; extra_make_flags="$(X11_FLAGS_TO_PASS)"; }; 140 host_modules= { module= tk; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
141 host_modules= { module= libtermcap; no_check=true;· 141 host_modules= { module= libtermcap; no_check=true;·
142 missing=mostlyclean; 142 missing=mostlyclean;
143 missing=clean; 143 missing=clean;
144 missing=distclean; 144 missing=distclean;
145 missing=maintainer-clean; }; 145 missing=maintainer-clean; };
146 host_modules= { module= utils; no_check=true; }; 146 host_modules= { module= utils; no_check=true; };
147 host_modules= { module= gnattools; }; 147 host_modules= { module= gnattools; };
148 host_modules= { module= lto-plugin; bootstrap=true; 148 host_modules= { module= lto-plugin; bootstrap=true;
149 extra_configure_flags=--enable-shared; }; 149 extra_configure_flags=--enable-shared; };
150 host_modules= { module= function_reordering_plugin; bootstrap=true;
151 extra_configure_flags=--enable-shared; };
150 152
151 target_modules = { module= libstdc++-v3; 153 target_modules = { module= libstdc++-v3;
152 bootstrap=true; 154 bootstrap=true;
153 lib_path=src/.libs; 155 lib_path=src/.libs;
154 raw_cxx=true; }; 156 raw_cxx=true; };
155 target_modules = { module= libmudflap; lib_path=.libs; }; 157 target_modules = { module= libmudflap; lib_path=.libs; };
156 target_modules = { module= libssp; lib_path=.libs; }; 158 target_modules = { module= libssp; lib_path=.libs; };
157 target_modules = { module= newlib; }; 159 target_modules = { module= newlib; };
158 target_modules = { module= libgcc; bootstrap=true; no_check=true; }; 160 target_modules = { module= libgcc; bootstrap=true; no_check=true; };
159 target_modules = { module= libquadmath; }; 161 target_modules = { module= libquadmath; };
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 dependencies = { module=all-build-flex; on=all-build-bison; }; 317 dependencies = { module=all-build-flex; on=all-build-bison; };
316 dependencies = { module=all-build-flex; on=all-build-byacc; }; 318 dependencies = { module=all-build-flex; on=all-build-byacc; };
317 dependencies = { module=all-build-flex; on=all-build-m4; }; 319 dependencies = { module=all-build-flex; on=all-build-m4; };
318 dependencies = { module=all-build-libiberty; on=all-build-texinfo; }; 320 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
319 dependencies = { module=all-build-m4; on=all-build-texinfo; }; 321 dependencies = { module=all-build-m4; on=all-build-texinfo; };
320 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; }; 322 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
321 323
322 // Host modules specific to gcc. 324 // Host modules specific to gcc.
323 dependencies = { module=configure-gcc; on=configure-intl; }; 325 dependencies = { module=configure-gcc; on=configure-intl; };
324 dependencies = { module=configure-gcc; on=all-lto-plugin; }; 326 dependencies = { module=configure-gcc; on=all-lto-plugin; };
327 dependencies = { module=configure-gcc; on=all-function_reordering_plugin; };
325 dependencies = { module=configure-gcc; on=all-binutils; }; 328 dependencies = { module=configure-gcc; on=all-binutils; };
326 dependencies = { module=configure-gcc; on=all-gas; }; 329 dependencies = { module=configure-gcc; on=all-gas; };
327 dependencies = { module=configure-gcc; on=all-ld; }; 330 dependencies = { module=configure-gcc; on=all-ld; };
328 dependencies = { module=configure-gcc; on=all-gold; }; 331 dependencies = { module=configure-gcc; on=all-gold; };
329 dependencies = { module=configure-gcc; on=all-libelf; }; 332 dependencies = { module=configure-gcc; on=all-libelf; };
330 dependencies = { module=all-gcc; on=all-libiberty; hard=true; }; 333 dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
331 dependencies = { module=all-gcc; on=all-gmp; }; 334 dependencies = { module=all-gcc; on=all-gmp; };
332 dependencies = { module=all-gcc; on=all-intl; }; 335 dependencies = { module=all-gcc; on=all-intl; };
333 dependencies = { module=all-gcc; on=all-mpfr; }; 336 dependencies = { module=all-gcc; on=all-mpfr; };
334 dependencies = { module=all-gcc; on=all-mpc; }; 337 dependencies = { module=all-gcc; on=all-mpc; };
335 dependencies = { module=all-gcc; on=all-ppl; }; 338 dependencies = { module=all-gcc; on=all-ppl; };
336 dependencies = { module=all-gcc; on=all-cloog; }; 339 dependencies = { module=all-gcc; on=all-cloog; };
337 dependencies = { module=all-gcc; on=all-build-texinfo; }; 340 dependencies = { module=all-gcc; on=all-build-texinfo; };
338 dependencies = { module=all-gcc; on=all-build-bison; }; 341 dependencies = { module=all-gcc; on=all-build-bison; };
339 dependencies = { module=all-gcc; on=all-build-byacc; }; 342 dependencies = { module=all-gcc; on=all-build-byacc; };
340 dependencies = { module=all-gcc; on=all-build-flex; }; 343 dependencies = { module=all-gcc; on=all-build-flex; };
341 dependencies = { module=all-gcc; on=all-build-libiberty; }; 344 dependencies = { module=all-gcc; on=all-build-libiberty; };
342 dependencies = { module=all-gcc; on=all-build-fixincludes; }; 345 dependencies = { module=all-gcc; on=all-build-fixincludes; };
343 dependencies = { module=all-gcc; on=all-zlib; }; 346 dependencies = { module=all-gcc; on=all-zlib; };
344 dependencies = { module=all-gcc; on=all-libcpp; hard=true; }; 347 dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
345 dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; }; 348 dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
346 dependencies = { module=all-gcc; on=all-libiberty; }; 349 dependencies = { module=all-gcc; on=all-libiberty; };
347 dependencies = { module=all-gcc; on=all-fixincludes; }; 350 dependencies = { module=all-gcc; on=all-fixincludes; };
348 dependencies = { module=all-gcc; on=all-lto-plugin; }; 351 dependencies = { module=all-gcc; on=all-lto-plugin; };
352 dependencies = { module=all-gcc; on=all-function_reordering_plugin; };
349 dependencies = { module=info-gcc; on=all-build-libiberty; }; 353 dependencies = { module=info-gcc; on=all-build-libiberty; };
350 dependencies = { module=dvi-gcc; on=all-build-libiberty; }; 354 dependencies = { module=dvi-gcc; on=all-build-libiberty; };
351 dependencies = { module=pdf-gcc; on=all-build-libiberty; }; 355 dependencies = { module=pdf-gcc; on=all-build-libiberty; };
352 dependencies = { module=html-gcc; on=all-build-libiberty; }; 356 dependencies = { module=html-gcc; on=all-build-libiberty; };
353 dependencies = { module=install-gcc ; on=install-fixincludes; }; 357 dependencies = { module=install-gcc ; on=install-fixincludes; };
354 dependencies = { module=install-gcc ; on=install-lto-plugin; }; 358 dependencies = { module=install-gcc ; on=install-lto-plugin; };
359 dependencies = { module=install-gcc ; on=install-function_reordering_plugin; };
355 dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; }; 360 dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; };
356 361
357 dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; }; 362 dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
358 dependencies = { module=configure-libcpp; on=configure-intl; }; 363 dependencies = { module=configure-libcpp; on=configure-intl; };
359 dependencies = { module=all-libcpp; on=all-libiberty; hard=true; }; 364 dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
360 dependencies = { module=all-libcpp; on=all-intl; }; 365 dependencies = { module=all-libcpp; on=all-intl; };
361 366
362 dependencies = { module=all-fixincludes; on=all-libiberty; }; 367 dependencies = { module=all-fixincludes; on=all-libiberty; };
363 368
364 dependencies = { module=all-gnattools; on=all-target-libada; }; 369 dependencies = { module=all-gnattools; on=all-target-libada; };
365 370
366 dependencies = { module=all-lto-plugin; on=all-libiberty; }; 371 dependencies = { module=all-lto-plugin; on=all-libiberty; };
372 dependencies = { module=all-function_reordering_plugin; on=all-libiberty; };
367 373
368 dependencies = { module=configure-mpfr; on=all-gmp; }; 374 dependencies = { module=configure-mpfr; on=all-gmp; };
369 dependencies = { module=configure-mpc; on=all-mpfr; }; 375 dependencies = { module=configure-mpc; on=all-mpfr; };
370 dependencies = { module=configure-ppl; on=all-gmp; }; 376 dependencies = { module=configure-ppl; on=all-gmp; };
371 dependencies = { module=configure-ppl; on=all-mpfr; }; 377 dependencies = { module=configure-ppl; on=all-mpfr; };
372 dependencies = { module=configure-cloog; on=all-ppl; }; 378 dependencies = { module=configure-cloog; on=all-ppl; };
373 379
374 // Host modules specific to gdb. 380 // Host modules specific to gdb.
375 dependencies = { module=configure-gdb; on=all-intl; }; 381 dependencies = { module=configure-gdb; on=all-intl; };
376 dependencies = { module=configure-gdb; on=configure-sim; }; 382 dependencies = { module=configure-gdb; on=configure-sim; };
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 cleanstrap_target=cleanstrap ; }; 617 cleanstrap_target=cleanstrap ; };
612 bootstrap_stage = { 618 bootstrap_stage = {
613 id=4 ; prev=3 ; lean=2 ; 619 id=4 ; prev=3 ; lean=2 ;
614 compare_target=compare3 ; 620 compare_target=compare3 ;
615 bootstrap_target=bootstrap4 ; }; 621 bootstrap_target=bootstrap4 ; };
616 bootstrap_stage = { 622 bootstrap_stage = {
617 id=profile ; prev=1 ; }; 623 id=profile ; prev=1 ; };
618 bootstrap_stage = { 624 bootstrap_stage = {
619 id=feedback ; prev=profile ; 625 id=feedback ; prev=profile ;
620 bootstrap_target=profiledbootstrap ; }; 626 bootstrap_target=profiledbootstrap ; };
OLDNEW
« no previous file with comments | « no previous file | configure » ('j') | no next file with comments »

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