mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
added aarch64 configure.ac
This commit is contained in:
@@ -43,8 +43,10 @@ case "$target_cpu" in
|
|||||||
[Define if lightning is targeting the sparc architecture]) ;;
|
[Define if lightning is targeting the sparc architecture]) ;;
|
||||||
powerpc) cpu=ppc; AC_DEFINE(LIGHTNING_PPC, 1,
|
powerpc) cpu=ppc; AC_DEFINE(LIGHTNING_PPC, 1,
|
||||||
[Define if lightning is targeting the powerpc architecture]) ;;
|
[Define if lightning is targeting the powerpc architecture]) ;;
|
||||||
arm*) cpu=arm; AC_DEFINE(LIGHTNING_ARM, 1,
|
arm*) cpu=arm; AC_DEFINE(LIGHTNING_ARM, 1,
|
||||||
[Define if lightning is targeting the arm architecture]) ;;
|
[Define if lightning is targeting the arm architecture]) ;;
|
||||||
|
aarch64) cpu=aarch64; AC_DEFINE(LIGHTNING_AARCH64, 1,
|
||||||
|
[Define if lightning is targeting the aarch64 architecture]) ;;
|
||||||
*) AC_MSG_ERROR([cpu $target_cpu not supported]) ;;
|
*) AC_MSG_ERROR([cpu $target_cpu not supported]) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user