summaryrefslogtreecommitdiffstats
path: root/aclocal/canonicalize-tools.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal/canonicalize-tools.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4
index 762e98bf74..ef9d241539 100644
--- a/aclocal/canonicalize-tools.m4
+++ b/aclocal/canonicalize-tools.m4
@@ -13,7 +13,7 @@ dnl
AC_DEFUN(RTEMS_GCC_PRINT,
[ case $host_os in
- *cygwin32*)
+ *cygwin*)
dnl FIXME: Hack for cygwin/egcs reporting mixed '\\' and '/'
dnl Should be removed once cygwin/egcs reports '/' only
$1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e 's%\\\\%/%g' `