aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-05-19 15:43:22 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-05-19 15:43:22 +0000
commitc04b6b3823c92bd06e1a6b33d1a05003f1760df7 (patch)
tree689a3a31c6e8de88d9e21e313b23a02153e122b9 /gcc/gcc.c
parentd416abb494df912d22716d8882b7aceaab487fdf (diff)
downloadgcc-c04b6b3823c92bd06e1a6b33d1a05003f1760df7.zip
gcc-c04b6b3823c92bd06e1a6b33d1a05003f1760df7.tar.gz
gcc-c04b6b3823c92bd06e1a6b33d1a05003f1760df7.tar.bz2
invoke.texi (-fwhopr): Document new optional jobs argument.
2010-05-19 Richard Guenther <rguenther@suse.de> * doc/invoke.texi (-fwhopr): Document new optional jobs argument. * common.opt (fwhopr=): New. * opts.c (common_handle_option): Handle OPT_fwhopr. * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*. * collect2.c (main): Match -fwhopr*. * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr. Execute ltrans stage in parallel when jobs is bigger than 1. From-SVN: r159573
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 41569fc..39788be 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -785,7 +785,7 @@ proper position among the other output files. */
%{static|static-libgcc:-plugin-opt=-pass-through=%(lto_libgcc)} \
%{static:-plugin-opt=-pass-through=-lc} \
} \
- %{flto} %{fwhopr} %l " LINK_PIE_SPEC \
+ %{flto} %{fwhopr*} %l " LINK_PIE_SPEC \
"%X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r}\
%{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
%{static:} %{L*} %(mfwrap) %(link_libgcc) %o\