summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 07:58:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 07:58:22 +0000
commit69961ef23b55deb08af06a96aab6b708bb3e9a7d (patch)
tree43a931aefc526d9f19bc5ba0777727132481eaf1 /testsuites/aclocal
parentRemove (Unused). (diff)
downloadrtems-69961ef23b55deb08af06a96aab6b708bb3e9a7d.tar.bz2
Remove RTEMS_USE_GCC.
Remove RTEMS_GCC_PIPE. Remove RTEMS_GCC_SPECS.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/prog-cc.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuites/aclocal/prog-cc.m4 b/testsuites/aclocal/prog-cc.m4
index 1291e4ff95..b3f1db62c5 100644
--- a/testsuites/aclocal/prog-cc.m4
+++ b/testsuites/aclocal/prog-cc.m4
@@ -15,8 +15,6 @@ test -z "$CC" && \
AC_MSG_ERROR([no acceptable cc found in \$PATH])
AC_PROG_CC
AC_PROG_CPP
-
-AM_CONDITIONAL(RTEMS_USE_GCC,test x"$GCC" = x"yes")
])
AC_DEFUN([RTEMS_PROG_CC_FOR_TARGET],
@@ -26,11 +24,6 @@ RTEMS_PROG_CC
dnl check if the compiler supports -isystem
RTEMS_GCC_ISYSTEM
dnl check if the target compiler may use --pipe
-RTEMS_GCC_PIPE
-test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
-
-dnl check if the compiler supports --specs
-RTEMS_GCC_SPECS
if test "$GCC" = yes; then
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall"