From ecbbd9689b9dd1c804792c3e163ca5cbb68d9cb3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jun 2010 22:45:17 +0000 Subject: [PATCH] 2010-06-15 Joel Sherrill PR 1561/cpukit * configure.ac, score/cpu/Makefile.am: Merge SPARC64 port. --- cpukit/ChangeLog | 5 +++++ cpukit/configure.ac | 1 + cpukit/score/cpu/Makefile.am | 1 + 3 files changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ca0e5bb27f..36488beed1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2010-06-15 Joel Sherrill + + PR 1561/cpukit + * configure.ac, score/cpu/Makefile.am: Merge SPARC64 port. + 2010-06-15 Joel Sherrill * posix/src/psignal.c: Formatting. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index f7b59ecd2e..fc2964c6be 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -313,6 +313,7 @@ score/cpu/nios2/Makefile score/cpu/powerpc/Makefile score/cpu/sh/Makefile score/cpu/sparc/Makefile +score/cpu/sparc64/Makefile score/cpu/no_cpu/Makefile posix/Makefile itron/Makefile diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am index 973f2e8b4e..569afb8cd5 100644 --- a/cpukit/score/cpu/Makefile.am +++ b/cpukit/score/cpu/Makefile.am @@ -20,6 +20,7 @@ DIST_SUBDIRS += no_cpu DIST_SUBDIRS += powerpc DIST_SUBDIRS += sh DIST_SUBDIRS += sparc +DIST_SUBDIRS += sparc64 include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am