[PATCH gccmakedep] Add parsing of GCC option '-std='.

Anderson Luiz da Silva anderson.silva at autotrac.com.br
Fri Mar 23 10:59:54 PDT 2012


Especially useful when forcing language standards. Correct error when
using experimental code in GCC (-std=c++0x or -std=gnu++0x.)

Signed-off-by: Anderson Luiz da Silva <anderson.silva at autotrac.com.br>
---
 gccmakedep.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gccmakedep.in b/gccmakedep.in
index 860d102..0c11306 100644
--- a/gccmakedep.in
+++ b/gccmakedep.in
@@ -31,7 +31,7 @@ while [ $# != 0 ]; do
        endmarker=
     else
        case "$1" in
-           -D*|-I*|-U*)
+           -D*|-I*|-U*|-std=*)
 # arg may contain single quotes
                qarg=`echo "$1" | sed "s/'/'\\\\\\\\''/g"`
                 args="$args '$qarg'"
--
1.7.1

Esta mensagem e qualquer anexo a ela são documentos confidenciais e direcionados exclusivamente ao(s) destinatário(s). Qualquer uso, desvio, sonegação, supressão, revelação ou divulgação não autorizada é proibida e sujeita às sanções e/ou reparações legais por ato ilícito (Código Penal, Artigos 151 e 152). Caso não seja um dos destinatários expressamente indicados, por favor entre em contato com o remetente, respondendo este e-mail e destrua quaisquer cópias da mensagem original. Qualquer opinião, crítica ou análise descrita nesta mensagem é de responsabilidade única do remetente, a menos quando estiver explicitamente expresso que seja da empresa remetente.

This message and any attachment are confidential information for the sole use of the intended recipients. Any unauthorized use, deviation, withholdment, suppression, disclosure or distribution is prohibited and is subjected to legal sanctions and/or compensations per illicit act (Penal Code, articles 151 and 152). If you are not one of the intended recipients, please contact the sender by reply e-mail and destroy any copy of the original message. Any view, comment or analysis expressed in this message is sole responsibility from the sender, except when it’s specifically expressed that it’s the view, comment or analysis of the company.



More information about the xorg-devel mailing list