Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Side by Side Diff: gcc/doc/install.texi

Issue 14859004: Backport GCC 4.5+ --enable-linker-build-id option. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gcc/configure.ac ('k') | gcc/gcc.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \input texinfo.tex @c -*-texinfo-*- 1 \input texinfo.tex @c -*-texinfo-*-
2 @c @ifnothtml 2 @c @ifnothtml
3 @c %**start of header 3 @c %**start of header
4 @setfilename gccinstall.info 4 @setfilename gccinstall.info
5 @settitle Installing GCC 5 @settitle Installing GCC
6 @setchapternewpage odd 6 @setchapternewpage odd
7 @c %**end of header 7 @c %**end of header
8 @c @end ifnothtml 8 @c @end ifnothtml
9 9
10 @include gcc-common.texi 10 @include gcc-common.texi
(...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 @samp{-lstdc++} or @samp{-Wl,-Bstatic,-lstdc++,-Bdynamic -lm}. If you are 1483 @samp{-lstdc++} or @samp{-Wl,-Bstatic,-lstdc++,-Bdynamic -lm}. If you are
1484 linking with a shared copy of PPL, you probably do not need this 1484 linking with a shared copy of PPL, you probably do not need this
1485 option; shared library dependencies will cause the linker to search 1485 option; shared library dependencies will cause the linker to search
1486 for the standard C++ library automatically. 1486 for the standard C++ library automatically.
1487 1487
1488 @item --with-debug-prefix-map=@var{map} 1488 @item --with-debug-prefix-map=@var{map}
1489 Convert source directory names using @option{-fdebug-prefix-map} when 1489 Convert source directory names using @option{-fdebug-prefix-map} when
1490 building runtime libraries. @samp{@var{map}} is a space-separated 1490 building runtime libraries. @samp{@var{map}} is a space-separated
1491 list of maps of the form @samp{@var{old}=@var{new}}. 1491 list of maps of the form @samp{@var{old}=@var{new}}.
1492 1492
1493 @item --enable-linker-build-id
1494 Tells GCC to pass @option{--build-id} option to the linker for all final
1495 links (links performed without the @option{-r} or @option{--relocatable}
1496 option), if the linker supports it. If you specify
1497 @option{--enable-linker-build-id}, but your linker does not
1498 support @option{--build-id} option, a warning is issued and the
1499 @option{--enable-linker-build-id} option is ignored. The default is off.
1500
1493 @end table 1501 @end table
1494 1502
1495 @subheading Cross-Compiler-Specific Options 1503 @subheading Cross-Compiler-Specific Options
1496 The following options only apply to building cross compilers. 1504 The following options only apply to building cross compilers.
1497 @table @code 1505 @table @code
1498 @item --with-sysroot 1506 @item --with-sysroot
1499 @itemx --with-sysroot=@var{dir} 1507 @itemx --with-sysroot=@var{dir}
1500 Tells GCC to consider @var{dir} as the root of a tree that contains a 1508 Tells GCC to consider @var{dir} as the root of a tree that contains a
1501 (subset of) the root filesystem of the target operating system. 1509 (subset of) the root filesystem of the target operating system.
1502 Target system headers, libraries and run-time object files will be 1510 Target system headers, libraries and run-time object files will be
(...skipping 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after
4315 @end ifinfo 4323 @end ifinfo
4316 4324
4317 @ifinfo 4325 @ifinfo
4318 @unnumbered Concept Index 4326 @unnumbered Concept Index
4319 4327
4320 @printindex cp 4328 @printindex cp
4321 4329
4322 @contents 4330 @contents
4323 @end ifinfo 4331 @end ifinfo
4324 @bye 4332 @bye
OLDNEW
« no previous file with comments | « gcc/configure.ac ('k') | gcc/gcc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698