From 69961ef23b55deb08af06a96aab6b708bb3e9a7d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Nov 2005 07:58:22 +0000 Subject: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE. Remove RTEMS_GCC_SPECS. --- testsuites/aclocal/prog-cc.m4 | 7 ------- 1 file changed, 7 deletions(-) (limited to 'testsuites/aclocal') 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" -- cgit v1.2.3