summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 14:28:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 14:28:49 +0000
commit1343b11d5f56a212cf9435ee5e4f9e5ef7c99013 (patch)
tree7a0bbe7ec9ab0ae8643e326c98e6b629e1dc3bf1 /c
parentAdd GCCSPECS (diff)
downloadrtems-1343b11d5f56a212cf9435ee5e4f9e5ef7c99013.tar.bz2
Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
Diffstat (limited to 'c')
-rw-r--r--c/src/aclocal/env-rtemsbsp.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4
index 6145f1f496..5f856925f8 100644
--- a/c/src/aclocal/env-rtemsbsp.m4
+++ b/c/src/aclocal/env-rtemsbsp.m4
@@ -27,12 +27,6 @@ RTEMS_BSP="$rtems_cv_RTEMS_BSP"
AC_MSG_RESULT(${RTEMS_BSP})
AC_SUBST(RTEMS_BSP)
-RTEMS_BSP_SPECS="-specs bsp_specs -qrtems"
-AC_SUBST(RTEMS_BSP_SPECS)
-
-GCC_SPECS="-B\$(PROJECT_ROOT)/lib/ -B\$(PROJECT_ROOT)/$RTEMS_BSP/lib/"
-AC_SUBST(GCC_SPECS)
-
AM_CONDITIONAL([MULTILIB],[false])
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"