Make Darwin -bundle option work. Patch from Peter O'Gorman.
authorPeter O'Gorman <peter@pogma.com>
Sun, 7 Aug 2005 02:39:12 +0000 (02:39 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 7 Aug 2005 02:39:12 +0000 (19:39 -0700)
commit3300bf07379ac6aaa8367313eae8234f273c4ea8
tree0f8a13dcac8da97a70836a45d7a5b75832fe3342
parente2ba06d66dfa00f390cb4d8199352853db7ba1bd
Make Darwin -bundle option work.  Patch from Peter O'Gorman.

PR 21366
* gcc.c (process_command): Check the argument to -b has a dash.
* doc/invoke.texi: Update -b and -V docs.

From-SVN: r102829
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c