diff --git a/gcc/opts.sh b/gcc/opts.sh index 84f2c62b079..27dbe4c29de 100644 --- a/gcc/opts.sh +++ b/gcc/opts.sh @@ -49,7 +49,7 @@ ${AWK} ' result = "0" for (j = 0; j < n_langs; j++) { regex = " " langs[j] " " - gsub ( "\+", "\\+", regex ) + gsub ( "\\+", "\\+", regex ) if (flags ~ regex) result = result " | " macros[j] }