2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1561/cpukit
	* configure.ac, score/cpu/Makefile.am: Merge SPARC64 port.
This commit is contained in:
Joel Sherrill
2010-06-15 22:45:17 +00:00
parent c86da31cb9
commit ecbbd9689b
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1561/cpukit
* configure.ac, score/cpu/Makefile.am: Merge SPARC64 port.
2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/psignal.c: Formatting. * posix/src/psignal.c: Formatting.

View File

@@ -313,6 +313,7 @@ score/cpu/nios2/Makefile
score/cpu/powerpc/Makefile score/cpu/powerpc/Makefile
score/cpu/sh/Makefile score/cpu/sh/Makefile
score/cpu/sparc/Makefile score/cpu/sparc/Makefile
score/cpu/sparc64/Makefile
score/cpu/no_cpu/Makefile score/cpu/no_cpu/Makefile
posix/Makefile posix/Makefile
itron/Makefile itron/Makefile

View File

@@ -20,6 +20,7 @@ DIST_SUBDIRS += no_cpu
DIST_SUBDIRS += powerpc DIST_SUBDIRS += powerpc
DIST_SUBDIRS += sh DIST_SUBDIRS += sh
DIST_SUBDIRS += sparc DIST_SUBDIRS += sparc
DIST_SUBDIRS += sparc64
include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am include $(top_srcdir)/automake/local.am