aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorJim Wilson <jim.wilson@linaro.org>2015-07-10 16:36:19 -0700
committerJim Wilson <jim.wilson@linaro.org>2015-07-10 16:37:28 -0700
commitd7412df9b881095af74a66e74854b30dc6bf0c78 (patch)
tree2ee7e16756a4f83618dc13680c4779732ca922bc /config/gcc.conf
parentfbafde017aa5a25263992d37aea330030e92bcd3 (diff)
Fix typos in sed commands. Add missing end quote. Don't match spaces that might not exist. Correct spelling of plugins.
Change-Id: Ibba5e655d496a97828328f515e30b9e72e14a4b5
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}"