summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 08:00:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 08:00:05 +0000
commitf1e6e466cd66cd5c2f42deb5537422a8ec8e8d69 (patch)
tree2c6c8fda55ebf1cba1a8c022d9d8ef3d69212b40 /testsuites/aclocal
parentRemove RTEMS_USE_GCC. (diff)
downloadrtems-f1e6e466cd66cd5c2f42deb5537422a8ec8e8d69.tar.bz2
Cleanup
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/prog-cc.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/aclocal/prog-cc.m4 b/testsuites/aclocal/prog-cc.m4
index b3f1db62c5..6847863fa8 100644
--- a/testsuites/aclocal/prog-cc.m4
+++ b/testsuites/aclocal/prog-cc.m4
@@ -23,7 +23,6 @@ dnl check target cc
RTEMS_PROG_CC
dnl check if the compiler supports -isystem
RTEMS_GCC_ISYSTEM
-dnl check if the target compiler may use --pipe
if test "$GCC" = yes; then
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall"