GCC Bugzilla – Bug 21366
The -bundle linking option does not get processed right on darwin
Last modified: 2005-08-23 01:53:30 UTC
When compiling a module with -bundle the -bundle does not get passed right. It results in an unknown option "undle".
Confirmed. There was a patch posted for this somewhere.
Patches posted here: http://gcc.gnu.org/ml/gcc-patches/2002-10/msg01961.html and http://gcc.gnu.org/ml/gcc-patches/2002-12/msg00655.html I did not read through the whole thread to figure out what happened to the patch.
New(ish) patch: http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00266.html
Subject: Bug 21366 CVSROOT: /cvs/gcc Module name: gcc Changes by: wilson@gcc.gnu.org 2005-08-07 02:39:16 Modified files: gcc : ChangeLog gcc.c gcc/doc : invoke.texi Log message: 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. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9672&r2=2.9673 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&r1=1.469&r2=1.470 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&r1=1.665&r2=1.666
Fixed on mainline.