add x86_64 support to GNU lightning

This commit is contained in:
kr.angelov
2013-06-20 08:27:04 +00:00
parent e7b22ac609
commit 72cd14a5ae
13 changed files with 3395 additions and 1287 deletions

View File

@@ -43,6 +43,8 @@ AC_C_ASCII
case "$target_cpu" in
i?86) cpu=i386; AC_DEFINE(LIGHTNING_I386, 1,
[Define if lightning is targeting the x86 architecture]) ;;
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]) ;;
powerpc) cpu=ppc; AC_DEFINE(LIGHTNING_PPC, 1,