| Submitter | Jack Howarth |
|---|---|
| Date | Sept. 26, 2010, 2:02 p.m. |
| Message ID | <20100926140227.GA15901@bromo.med.uc.edu> |
| Download | mbox | patch |
| Permalink | /patch/65783/ |
| State | New |
| Headers | show |
Comments
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.
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
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"