public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin
@ 2005-05-03 18:45 andreast at gcc dot gnu dot org
  2005-05-09 21:10 ` [Bug driver/21366] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: andreast at gcc dot gnu dot org @ 2005-05-03 18:45 UTC (permalink / raw)
  To: gcc-bugs

When compiling a module with -bundle the -bundle does not get passed right.
It results in an unknown option "undle".

-- 
           Summary: The -bundle linking option does not get processed right
                    on darwin
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andreast at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin*
  GCC host triplet: powerpc-apple-darwin*
GCC target triplet: powerpc-apple-darwin*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug driver/21366] The -bundle linking option does not get processed right on darwin
  2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
@ 2005-05-09 21:10 ` pinskia at gcc dot gnu dot org
  2005-07-30 18:12 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-09 21:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-09 21:10 -------
Confirmed.  There was a patch posted for this somewhere.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-09 21:10:37
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug driver/21366] The -bundle linking option does not get processed right on darwin
  2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
  2005-05-09 21:10 ` [Bug driver/21366] " pinskia at gcc dot gnu dot org
@ 2005-07-30 18:12 ` pinskia at gcc dot gnu dot org
  2005-08-04 12:52 ` peter at pogma dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-30 18:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-30 16:08 -------
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.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug driver/21366] The -bundle linking option does not get processed right on darwin
  2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
  2005-05-09 21:10 ` [Bug driver/21366] " pinskia at gcc dot gnu dot org
  2005-07-30 18:12 ` pinskia at gcc dot gnu dot org
@ 2005-08-04 12:52 ` peter at pogma dot com
  2005-08-07  2:39 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: peter at pogma dot com @ 2005-08-04 12:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peter at pogma dot com  2005-08-04 12:52 -------
New(ish) patch:
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00266.html

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug driver/21366] The -bundle linking option does not get processed right on darwin
  2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-08-04 12:52 ` peter at pogma dot com
@ 2005-08-07  2:39 ` cvs-commit at gcc dot gnu dot org
  2005-08-07  2:41 ` wilson at gcc dot gnu dot org
  2005-08-23  1:54 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-07  2:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-07 02:39 -------
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



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug driver/21366] The -bundle linking option does not get processed right on darwin
  2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-08-07  2:39 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-07  2:41 ` wilson at gcc dot gnu dot org
  2005-08-23  1:54 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: wilson at gcc dot gnu dot org @ 2005-08-07  2:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2005-08-07 02:41 -------
Fixed on mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|                            |4.1.0
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug driver/21366] The -bundle linking option does not get processed right on darwin
  2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-08-07  2:41 ` wilson at gcc dot gnu dot org
@ 2005-08-23  1:54 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-23  1:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-08-23  1:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03 18:45 [Bug driver/21366] New: The -bundle linking option does not get processed right on darwin andreast at gcc dot gnu dot org
2005-05-09 21:10 ` [Bug driver/21366] " pinskia at gcc dot gnu dot org
2005-07-30 18:12 ` pinskia at gcc dot gnu dot org
2005-08-04 12:52 ` peter at pogma dot com
2005-08-07  2:39 ` cvs-commit at gcc dot gnu dot org
2005-08-07  2:41 ` wilson at gcc dot gnu dot org
2005-08-23  1:54 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).