summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/ChangeLog6
-rw-r--r--c/src/exec/aclocal/enable-multiprocessing.m42
-rw-r--r--c/src/exec/aclocal/prog-cc.m413
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/aclocal/enable-multiprocessing.m42
-rw-r--r--cpukit/aclocal/prog-cc.m413
6 files changed, 22 insertions, 20 deletions
diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog
index 9ad9357389..99be269267 100644
--- a/c/src/exec/ChangeLog
+++ b/c/src/exec/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * aclocal/enable-multiprocessing.m4: Fix typo.
+ * aclocal/prog-cc.m4: Remove obsolete comments.
+ Comment out GCCSED.
+
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New.
diff --git a/c/src/exec/aclocal/enable-multiprocessing.m4 b/c/src/exec/aclocal/enable-multiprocessing.m4
index d94562516c..3a575713a5 100644
--- a/c/src/exec/aclocal/enable-multiprocessing.m4
+++ b/c/src/exec/aclocal/enable-multiprocessing.m4
@@ -8,5 +8,5 @@ AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]),
yes) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;;
-esac],[$enable_multiprocessing=no])
+esac],[enable_multiprocessing=no])
])
diff --git a/c/src/exec/aclocal/prog-cc.m4 b/c/src/exec/aclocal/prog-cc.m4
index 11b47d4610..c3738bec09 100644
--- a/c/src/exec/aclocal/prog-cc.m4
+++ b/c/src/exec/aclocal/prog-cc.m4
@@ -27,11 +27,6 @@ dnl check if the compiler supports --specs
RTEMS_GCC_SPECS
dnl check if the target compiler may use --pipe
RTEMS_GCC_PIPE
-dnl check if the compiler supports --specs if gcc28 is requested
-# if test "$rtems_cv_gcc_specs" = "no"; then
-# AC_MSG_WARN([*** disabling --enable-gcc28])
-# RTEMS_USE_GCC272=yes
-# fi
test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
if test "$GCC" = yes; then
@@ -42,9 +37,9 @@ 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
+#case $build_os in
+#*cygwin*) GCCSED="| sed 's%\\\\%/%g'" ;;
+#*) ;;
+#esac
AC_SUBST(GCCSED)
])
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9ad9357389..99be269267 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * aclocal/enable-multiprocessing.m4: Fix typo.
+ * aclocal/prog-cc.m4: Remove obsolete comments.
+ Comment out GCCSED.
+
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New.
diff --git a/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4
index d94562516c..3a575713a5 100644
--- a/cpukit/aclocal/enable-multiprocessing.m4
+++ b/cpukit/aclocal/enable-multiprocessing.m4
@@ -8,5 +8,5 @@ AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]),
yes) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;;
-esac],[$enable_multiprocessing=no])
+esac],[enable_multiprocessing=no])
])
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 11b47d4610..c3738bec09 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -27,11 +27,6 @@ dnl check if the compiler supports --specs
RTEMS_GCC_SPECS
dnl check if the target compiler may use --pipe
RTEMS_GCC_PIPE
-dnl check if the compiler supports --specs if gcc28 is requested
-# if test "$rtems_cv_gcc_specs" = "no"; then
-# AC_MSG_WARN([*** disabling --enable-gcc28])
-# RTEMS_USE_GCC272=yes
-# fi
test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
if test "$GCC" = yes; then
@@ -42,9 +37,9 @@ 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
+#case $build_os in
+#*cygwin*) GCCSED="| sed 's%\\\\%/%g'" ;;
+#*) ;;
+#esac
AC_SUBST(GCCSED)
])