aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/gcc.conf')
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 290c4014..19c44ca8 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -134,7 +134,7 @@ if test x"${build}" != x"${target}"; then
languages="c,c++"
default_configure_flags="${default_configure_flags} --enable-languages=${languages} --disable-plugins"
# Cygwin doesn't support GCC plugins
-# default_configure_flags="`echo ${default_configure_flags} | sed -e 's:--enable-plugin ::`"
+# default_configure_flags="`echo ${default_configure_flags} | sed -e 's:--enable-plugins::'`"
;;
*)
default_configure_flags="${default_configure_flags}"