[rtems-crossrpms commit] Add v850

Ralf Corsepius ralf at rtems.org
Tue Jul 3 11:43:18 UTC 2012


Module:    rtems-crossrpms
Branch:    master
Commit:    b766b4a29c63e5c0d9a2fb2e0df9eff9e7bff48d
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=b766b4a29c63e5c0d9a2fb2e0df9eff9e7bff48d

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri Jun 29 12:10:41 2012 +0200

Add v850

---

 configure             |    2 ++
 configure.ac          |    2 +-
 rtems4.11/Makefile.am |    1 +
 rtems4.11/Makefile.in |    2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index dbddb30..9437b05 100755
--- a/configure
+++ b/configure
@@ -2528,6 +2528,7 @@ ac_config_files="$ac_config_files rtems4.11/sparc/Makefile"
 
 ac_config_files="$ac_config_files rtems4.11/sparc64/Makefile"
 
+ac_config_files="$ac_config_files rtems4.11/v850/Makefile"
 
 ac_config_files="$ac_config_files autotools/Makefile"
 
@@ -3287,6 +3288,7 @@ do
     "rtems4.11/sh/Makefile") CONFIG_FILES="$CONFIG_FILES rtems4.11/sh/Makefile" ;;
     "rtems4.11/sparc/Makefile") CONFIG_FILES="$CONFIG_FILES rtems4.11/sparc/Makefile" ;;
     "rtems4.11/sparc64/Makefile") CONFIG_FILES="$CONFIG_FILES rtems4.11/sparc64/Makefile" ;;
+    "rtems4.11/v850/Makefile") CONFIG_FILES="$CONFIG_FILES rtems4.11/v850/Makefile" ;;
     "autotools/Makefile") CONFIG_FILES="$CONFIG_FILES autotools/Makefile" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
diff --git a/configure.ac b/configure.ac
index 3e89ebd..9a09338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,7 +152,7 @@ AC_CONFIG_FILES([rtems4.11/powerpc/Makefile])
 AC_CONFIG_FILES([rtems4.11/sh/Makefile])
 AC_CONFIG_FILES([rtems4.11/sparc/Makefile])
 AC_CONFIG_FILES([rtems4.11/sparc64/Makefile])
-
+AC_CONFIG_FILES([rtems4.11/v850/Makefile])
 AC_CONFIG_FILES([autotools/Makefile])
 
 AC_OUTPUT
diff --git a/rtems4.11/Makefile.am b/rtems4.11/Makefile.am
index 598403d..c95f3c1 100644
--- a/rtems4.11/Makefile.am
+++ b/rtems4.11/Makefile.am
@@ -14,5 +14,6 @@ SUBDIRS += mipstx39
 SUBDIRS += powerpc
 SUBDIRS += sh
 SUBDIRS += sparc
+SUBDIRS += v850
 
 SUBDIRS += sparc64
diff --git a/rtems4.11/Makefile.in b/rtems4.11/Makefile.in
index ab343e7..f0cf63b 100644
--- a/rtems4.11/Makefile.in
+++ b/rtems4.11/Makefile.in
@@ -194,7 +194,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = arm avr bfin h8300 i386 lm32 m32c m32r microblaze m68k mips \
-	mipstx39 powerpc sh sparc sparc64
+	mipstx39 powerpc sh sparc v850 sparc64
 all: all-recursive
 
 .SUFFIXES:




More information about the vc mailing list