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

Reply via email to