aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-12-29 09:32:21 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2008-12-29 09:32:21 +0100
commitd41d8140d20c35dc151157621f4200452f07da29 (patch)
tree95371f82b78423655768e43a1e0c334615bfd483 /gcc/doc
parent19bb3aa5c5b80330b86ac07b0590573af43d83cc (diff)
downloadgcc-d41d8140d20c35dc151157621f4200452f07da29.zip
gcc-d41d8140d20c35dc151157621f4200452f07da29.tar.gz
gcc-d41d8140d20c35dc151157621f4200452f07da29.tar.bz2
re PR driver/38381 (-b option seems to be broken)
PR driver/38381 * gcc.c (process_command): Accept also -b with configuration name in the next argument. * doc/invoke.texi (-b): Document that no hyphen is required if configuration name is in the next argument after -b. From-SVN: r142947
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 66d28c7..1bd99a7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -8601,7 +8601,8 @@ example, if a cross-compiler was configured with @samp{configure
arm-elf}, meaning to compile for an arm processor with elf binaries,
then you would specify @option{-b arm-elf} to run that cross compiler.
Because there are other options beginning with @option{-b}, the
-configuration must contain a hyphen.
+configuration must contain a hyphen, or @option{-b} alone should be one
+argument followed by the configuration in the next argument.
@item -V @var{version}
@opindex V