forked from Imagelibrary/rtems
2006-10-23 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: Add bfin.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-23 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* aclocal/rtems-cpu-subdirs.m4: Add bfin.
|
||||||
|
|
||||||
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* automake/compile.am: Use hard-coded RTEMS_* flags.
|
* automake/compile.am: Use hard-coded RTEMS_* flags.
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ AC_DEFUN([RTEMS_CPU_SUBDIRS],
|
|||||||
## EDIT: If adding a new cpu to RTEMS, add it to the case block below.
|
## EDIT: If adding a new cpu to RTEMS, add it to the case block below.
|
||||||
case $RTEMS_CPU in
|
case $RTEMS_CPU in
|
||||||
_RTEMS_CPU_SUBDIR([arm],[$1]);;
|
_RTEMS_CPU_SUBDIR([arm],[$1]);;
|
||||||
|
_RTEMS_CPU_SUBDIR([bfin],[$1]);;
|
||||||
_RTEMS_CPU_SUBDIR([avr],[$1]);;
|
_RTEMS_CPU_SUBDIR([avr],[$1]);;
|
||||||
_RTEMS_CPU_SUBDIR([c4x],[$1]);;
|
_RTEMS_CPU_SUBDIR([c4x],[$1]);;
|
||||||
_RTEMS_CPU_SUBDIR([h8300],[$1]);;
|
_RTEMS_CPU_SUBDIR([h8300],[$1]);;
|
||||||
|
|||||||
Reference in New Issue
Block a user