From f27c25f70a2137abf1881ac32f6b00cccf1ac90f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Sep 2004 04:43:53 +0000 Subject: 2004-09-24 Ralf Corsepius * aclocal/rtems-cpu-subdirs.m4: Add avr. --- c/src/ChangeLog | 4 ++++ c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + 2 files changed, 5 insertions(+) (limited to 'c/src') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 06b3616052..ffe234e477 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2004-09-24 Ralf Corsepius + + * aclocal/rtems-cpu-subdirs.m4: Add avr. + 2004-09-21 Ralf Corsepius * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac). diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4 index 65f05bf750..6c08dd685e 100644 --- a/c/src/aclocal/rtems-cpu-subdirs.m4 +++ b/c/src/aclocal/rtems-cpu-subdirs.m4 @@ -11,6 +11,7 @@ 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([avr],[$1]);; _RTEMS_CPU_SUBDIR([c4x],[$1]);; _RTEMS_CPU_SUBDIR([h8300],[$1]);; _RTEMS_CPU_SUBDIR([hppa1.1],[$1]);; -- cgit v1.2.3