summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 10:48:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 10:48:39 +0000
commite7642162bfa96e628067e71282e6d1caa988a516 (patch)
tree8152bde29c3cc5b88c84aee0bd23180da1b94c5d /testsuites/aclocal
parent2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e7642162bfa96e628067e71282e6d1caa988a516.tar.bz2
Remove GCCSPECS.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/env-rtemsbsp.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4
index 2632c90ca5..cd87b309d6 100644
--- a/testsuites/aclocal/env-rtemsbsp.m4
+++ b/testsuites/aclocal/env-rtemsbsp.m4
@@ -24,11 +24,6 @@ RTEMS_BSP="$rtems_cv_RTEMS_BSP"
AC_MSG_RESULT(${RTEMS_BSP})
AC_SUBST(RTEMS_BSP)
-AS_IF([test x"$GCC" = x"yes"],[
-GCCSPECS="-B\$(PROJECT_ROOT)/lib/ -B\$(PROJECT_ROOT)/$RTEMS_BSP/lib/"
-GCCSPECS="${GCCSPECS} -specs bsp_specs -qrtems"])
-AC_SUBST(GCCSPECS)
-
RTEMS_ENABLE_BARE
AC_SUBST(BARE_CPU_MODEL)
AC_SUBST(BARE_CPU_CFLAGS)