summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-01 11:45:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-01 11:45:50 +0000
commitc47c12b88463a46e003c1815fc6c87d7909e59fe (patch)
treec773bd670a04449502dac63930fb8ed759768d69 /aclocal
parent2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c47c12b88463a46e003c1815fc6c87d7909e59fe.tar.bz2
2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-cc.m4: Remove GCCSED.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/prog-cc.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/aclocal/prog-cc.m4 b/aclocal/prog-cc.m4
index 7404bd2f8e..8876d01112 100644
--- a/aclocal/prog-cc.m4
+++ b/aclocal/prog-cc.m4
@@ -35,11 +35,4 @@ m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
[
CFLAGS=${CFLAGS--g -Wall}
fi
-
-dnl FIXME: HACK for egcs/cygwin mixing '\\' and '/' in gcc -print-*
-case $build_os in
-*cygwin*) GCCSED="| sed 's%\\\\%/%g'" ;;
-*) ;;
-esac
-AC_SUBST(GCCSED)
])