pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2016-08-26
2016-08-26 19:41:35 by Marcus Comstedt <marcus@mc.pp.se>
3ea5d1bdfd7876ab6daf9a633782edcbf71974f5 (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
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