summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-bare.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 12:21:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 12:21:40 +0000
commitc6e26e069cd036977270b9e722456905f570b0c6 (patch)
tree538eb7aa41e45502242d5dc48d604848cf4a6e96 /cpukit/aclocal/enable-bare.m4
parent2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c6e26e069cd036977270b9e722456905f570b0c6.tar.bz2
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Don't AC_SUBST PROJECT_ROOT. Remove PROJECT_TOPdir (Unused). * aclocal/env-rtemscpu.m4: Remove PROJECT_RELEASE. Expand ${PROJECT_ROOT}. Remove RTEMS_ENABLE_BARE (Unused). Don't AC_SUBST RTEMS_BSP. * aclocal/enable-bare.m4: Remove (Unused).
Diffstat (limited to 'cpukit/aclocal/enable-bare.m4')
-rw-r--r--cpukit/aclocal/enable-bare.m419
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/aclocal/enable-bare.m4 b/cpukit/aclocal/enable-bare.m4
deleted file mode 100644
index 339290b3f7..0000000000
--- a/cpukit/aclocal/enable-bare.m4
+++ /dev/null
@@ -1,19 +0,0 @@
-AC_DEFUN([RTEMS_ENABLE_BARE],
-[
-AC_ARG_ENABLE(bare-cpu-cflags,
-AS_HELP_STRING(--enable-bare-cpu-cflags,specify a particular cpu cflag (bare bsp specific)),
-[case "${enableval}" in
- no) BARE_CPU_CFLAGS="" ;;
- *) BARE_CPU_CFLAGS="${enableval}" ;;
-esac],
-[BARE_CPU_CFLAGS=""])
-
-AC_ARG_ENABLE(bare-cpu-model,
-AS_HELP_STRING(--enable-bare-cpu-model,specify a particular cpu model (bare bsp specific)),
-[case "${enableval}" in
- no) BARE_CPU_MODEL="" ;;
- *) BARE_CPU_MODEL="${enableval}" ;;
-esac],
-[BARE_CPU_MODEL=""])
-])
-