Looks good to me. 

-----Original Message-----
From: Steve Ellcey [mailto:s...@cup.hp.com] 
Sent: Wednesday, October 06, 2010 3:25 PM
To: open64-devel@lists.sourceforge.net
Subject: [Open64-devel] Patch for Bug 635 (-iquote)


This patch is for Bug 635, "-iquote is not supported in open64".  The
problem is that the open64 driver is passing the iquote argument to
GCC as "-iquote=DIR" and GCC wants "-iquote DIR".  This patch just
replaces the '=' with a space when passing the iquote arg to GCC.

Can a gatekeeper review this and approve it for checkin?

Steve Ellcey
s...@cup.hp.com



Index: osprey/driver/OPTIONS
===================================================================
--- osprey/driver/OPTIONS       (revision 3367)
+++ osprey/driver/OPTIONS       (working copy)
@@ -215,7 +215,7 @@
        ""
 -I%D           ;               ALL     CPP     "-I%D -include=%D"
        "add following directory to the include search path list"
--iquote%D      ;               ALL     CPP     "-iquote=%D"
+-iquote%D      ;               ALL     CPP     "-iquote %D"
        "add following directory to the include search path list"
 -x%-           set_explicit_lang(option_name,optargs);         ALL     NONE    
""
        "Specify explicit language for input files"

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to