From fa7ac00838827672f5c4a08dd1a37021285326e6 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 20 Jun 2013 08:27:04 +0000 Subject: add x86_64 support to GNU lightning --- src/runtime/c/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/c/configure.ac') diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index 82f941cb5..2ead33e3d 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -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, -- cgit v1.2.3