summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/prog-cc.m47
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a646c7e60..990b4922a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/prog-cc.m4: Remove GCCSED.
+
+2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* automake/compile.am: Remove LDFLAGS_INCOMPLETE.
Remove LDFLAGS.
Add CCAS, CCASCOMPILE.
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)
])