Branch: Tag:

2016-08-26

2016-08-26 19:41:35 by Marcus Comstedt <marcus@mc.pp.se>

ARM64: Initial commit

5357:    ], [], [    pike_cv_machine_code_arch=arm32    ], []) +  AC_TRY_COMPILE([ + #if defined(__GNUC__) + #if !defined(__aarch64__) + #error Not arm64 architecture + #endif + #else + #error Unsupported compiler + #endif +  ], [], [ +  pike_cv_machine_code_arch=arm64 +  ], [])    ])    AC_MSG_RESULT($pike_cv_machine_code_arch)    if test "x$pike_cv_machine_code_arch" = xunknown ; then