Author: sje
Date: 2010-10-06 18:47:58 -0400 (Wed, 06 Oct 2010)
New Revision: 3368

Modified:
   trunk/osprey/driver/OPTIONS
Log:
Pass "-iquote DIR" to gcc instead of "-iquote=DIR".

Approved by: Mike Murphy



Modified: trunk/osprey/driver/OPTIONS
===================================================================
--- trunk/osprey/driver/OPTIONS 2010-10-06 05:09:31 UTC (rev 3367)
+++ trunk/osprey/driver/OPTIONS 2010-10-06 22:47:58 UTC (rev 3368)
@@ -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