From 78ffe896ec72aa52fbdc6117c0c1101d865b4954 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 15:50:20 +0000 Subject: Patch from Ralf Corsepius Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore. --- aclocal/canonicalize-tools.m4 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'aclocal/canonicalize-tools.m4') diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4 index ef9d241539..149e14ca66 100644 --- a/aclocal/canonicalize-tools.m4 +++ b/aclocal/canonicalize-tools.m4 @@ -12,16 +12,17 @@ dnl 98/02/12 Ralf Corsepius (corsepiu@faw.uni-ulm.de) dnl AC_DEFUN(RTEMS_GCC_PRINT, -[ case $host_os in - *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' ` - ;; - *) +[ +dnl case $host_os in +dnl *cygwin*) +dnl dnl FIXME: Hack for cygwin/egcs reporting mixed '\\' and '/' +dnl dnl Should be removed once cygwin/egcs reports '/' only +dnl $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e 's%\\\\%/%g' ` +dnl ;; +dnl *) $1=`$CC_FOR_TARGET --print-prog-name=$2` - ;; - esac +dnl ;; +dnl esac ]) AC_DEFUN(RTEMS_PATH_TOOL, -- cgit v1.2.3