diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-08-01 12:07:06 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-08-01 12:07:06 +0000 |
| commit | 8dc7d6c09451adba33fa1f38f2417a17d953796e (patch) | |
| tree | 3dcde852f87f431d09893e6f9ac06644b9f34950 /src/runtime/c/configure.ac | |
| parent | bf04d9fce77e84133c9e89936cfd1e4c514f71e8 (diff) | |
added untested port of GNU lightning to ARM
Diffstat (limited to 'src/runtime/c/configure.ac')
| -rw-r--r-- | src/runtime/c/configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
