From 8dc7d6c09451adba33fa1f38f2417a17d953796e Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 1 Aug 2013 12:07:06 +0000 Subject: added untested port of GNU lightning to ARM --- src/runtime/c/configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/configure.ac') diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index 2ead33e3d..f8f641c21 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -46,9 +46,11 @@ case "$target_cpu" in x86_64) cpu=i386; AC_DEFINE(LIGHTNING_I386, 1, [Define if lightning is targeting the x86 architecture]) ;; sparc*) cpu=sparc; AC_DEFINE(LIGHTNING_SPARC, 1, - [Define if lightning is targeting the x86 architecture]) ;; + [Define if lightning is targeting the sparc architecture]) ;; powerpc) cpu=ppc; AC_DEFINE(LIGHTNING_PPC, 1, - [Define if lightning is targeting the x86 architecture]) ;; + [Define if lightning is targeting the powerpc architecture]) ;; + arm*) cpu=arm; AC_DEFINE(LIGHTNING_ARM, 1, + [Define if lightning is targeting the arm architecture]) ;; *) AC_MSG_ERROR([cpu $target_cpu not supported]) ;; esac -- cgit v1.2.3