Branch: Tag:

2016-07-10

2016-07-10 12:36:29 by Tobias S. Josefowitz <tobij@tobij.de>

Skeleton implementation of AARCH32 (ARM) machine code support

To be extended, also into AARCH64 machine code generation

Author: Arne Goedeke <el@laramies.com>
Author: Tobias S. Josefowitz <tobij@tobij.de>

5346:    ], [], [    pike_cv_machine_code_arch=ppc64    ], []) +  AC_TRY_COMPILE([ + #if defined(__GNUC__) + #if !defined(__arm__) || defined(__thumb__) || defined(__thumb2__) + #error Not arm32 architecture + #endif + #else + #error Unsupported compiler + #endif +  ], [], [ +  pike_cv_machine_code_arch=arm32 +  ], [])    ])    AC_MSG_RESULT($pike_cv_machine_code_arch)    if test "x$pike_cv_machine_code_arch" = xunknown ; then