[rtems commit] bsps: Resurrect ARM port
Sebastian Huber
sebh at rtems.org
Wed Jan 20 07:31:34 UTC 2016
Module: rtems
Branch: master
Commit: 1d308a13210edd54133235e0bc015080f9191bd5
Changeset: http://git.rtems.org/rtems/commit/?id=1d308a13210edd54133235e0bc015080f9191bd5
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Jan 20 08:30:16 2016 +0100
bsps: Resurrect ARM port
Remove AVR port instead. Bug introduced by
15068f4c9afd2d5ca6a77d510059d6306c9a3be6.
Update #2443.
---
c/src/aclocal/rtems-cpu-subdirs.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4
index 9202495..44d38c9 100644
--- a/c/src/aclocal/rtems-cpu-subdirs.m4
+++ b/c/src/aclocal/rtems-cpu-subdirs.m4
@@ -10,9 +10,9 @@ AC_DEFUN([RTEMS_CPU_SUBDIRS],
[
## EDIT: If adding a new cpu to RTEMS, add it to the case block below.
case $RTEMS_CPU in
+_RTEMS_CPU_SUBDIR([arm],[$1]);;
_RTEMS_CPU_SUBDIR([bfin],[$1]);;
_RTEMS_CPU_SUBDIR([epiphany],[$1]);;
-_RTEMS_CPU_SUBDIR([avr],[$1]);;
_RTEMS_CPU_SUBDIR([i386],[$1]);;
_RTEMS_CPU_SUBDIR([lm32],[$1]);;
_RTEMS_CPU_SUBDIR([m32c],[$1]);;
More information about the vc
mailing list