summaryrefslogtreecommitdiffstats
path: root/testsuites/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 15:30:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 15:30:31 +0000
commit1fd159523f825db19820a374b54665b05f0f9424 (patch)
tree914968430612a829b059a88ea0d945ece9ec2699 /testsuites/configure.ac
parent2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1fd159523f825db19820a374b54665b05f0f9424.tar.bz2
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
Diffstat (limited to 'testsuites/configure.ac')
-rw-r--r--testsuites/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 75e556a278..1b7200bc37 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -52,9 +52,6 @@ if test "$enable_tests" = "yes"; then
fi
fi
-AC_SUBST(BARE_CPU_CFLAGS)
-AC_SUBST(BARE_CPU_MODEL)
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT