summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-15 22:45:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-15 22:45:49 +0000
commit56e8ccd859562842feda0bfc79b39dd9bc79cdd8 (patch)
tree9090baabdf7b32d330f7f2505d9f3ad67656ce63 /c/src/aclocal
parent2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-56e8ccd859562842feda0bfc79b39dd9bc79cdd8.tar.bz2
2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1561/cpukit * aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/rtems-cpu-subdirs.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4
index 99788d2895..59c8211b71 100644
--- a/c/src/aclocal/rtems-cpu-subdirs.m4
+++ b/c/src/aclocal/rtems-cpu-subdirs.m4
@@ -25,6 +25,7 @@ _RTEMS_CPU_SUBDIR([no_cpu],[$1]);;
_RTEMS_CPU_SUBDIR([powerpc],[$1]);;
_RTEMS_CPU_SUBDIR([sh],[$1]);;
_RTEMS_CPU_SUBDIR([sparc],[$1]);;
+_RTEMS_CPU_SUBDIR([sparc64],[$1]);;
*) AC_MSG_ERROR([Invalid RTEMS_CPU <[$]{RTEMS_CPU}>])
esac
])