forked from Imagelibrary/rtems
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-cpu-subdirs.m4: Add avr.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/rtems-cpu-subdirs.m4: Add avr.
|
||||||
|
|
||||||
2004-09-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-09-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
|
* aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
|
||||||
|
|||||||
@@ -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([avr],[$1]);;
|
||||||
_RTEMS_CPU_SUBDIR([c4x],[$1]);;
|
_RTEMS_CPU_SUBDIR([c4x],[$1]);;
|
||||||
_RTEMS_CPU_SUBDIR([h8300],[$1]);;
|
_RTEMS_CPU_SUBDIR([h8300],[$1]);;
|
||||||
_RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
|
_RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
|
||||||
|
|||||||
Reference in New Issue
Block a user