diff mbox

Fix PR 36502/plugins

Message ID 20100926140227.GA15901@bromo.med.uc.edu
State New
Headers show

Commit Message

Jack Howarth Sept. 26, 2010, 2:02 p.m. UTC
The following patch restores plugin support for darwin which
was broken by the changes replacing translate_options with the
.opt option alias facility and handling variants in r164531.
Bootstrap and regression tested on x86_64-apple-darwin10. Okay
for gcc trunk?
            Jack

2010-09-25  Joseph Myers  <joseph@codesourcery.com>
	    Jack Howarth <howarth@bromo.med.uc.edu>

	PR 36502/plugins

	* gcc/config/darwin.opt: Add "undefined Driver Separate"

Comments

Joseph Myers Sept. 26, 2010, 2:56 p.m. UTC | #1
On Sun, 26 Sep 2010, Jack Howarth wrote:

>    The following patch restores plugin support for darwin which
> was broken by the changes replacing translate_options with the
> .opt option alias facility and handling variants in r164531.
> Bootstrap and regression tested on x86_64-apple-darwin10. Okay
> for gcc trunk?
>             Jack
> 
> 2010-09-25  Joseph Myers  <joseph@codesourcery.com>
> 	    Jack Howarth <howarth@bromo.med.uc.edu>
> 
> 	PR 36502/plugins

This bug number seems wrong.
diff mbox

Patch

Index: gcc/config/darwin.opt
===================================================================
--- gcc/config/darwin.opt	(revision 164620)
+++ gcc/config/darwin.opt	(working copy)
@@ -45,3 +45,6 @@ 
 iframework
 Target RejectNegative C ObjC C++ ObjC++ Joined Separate 
 -iframework <dir>	Add <dir> to the end of the system framework include path
+
+undefined
+Driver Separate