| AC_ARG_VAR(STACK_CACHE_REGS, [number of registers in the maximum stack cache state for gforth-fast and gforth-native (default platform-dependent).]) |
AC_ARG_VAR(STACK_CACHE_REGS, [number of registers in the maximum stack cache state for gforth-fast and gforth-native (default platform-dependent).]) |
| AC_ARG_VAR(STACK_CACHE_DEFAULT_FAST, [number of registers in the default stack cache state for gforth-fast and gforth-native (default 1).]) |
AC_ARG_VAR(STACK_CACHE_DEFAULT_FAST, [number of registers in the default stack cache state for gforth-fast and gforth-native (default 1).]) |
| AC_ARG_VAR(GCC_PR15242_WORKAROUND, [Force the enabling (1) or disabling (0) of a workaround for a gcc-3.x performance bug (default unset: use workaround for gcc-3.x)]) |
AC_ARG_VAR(GCC_PR15242_WORKAROUND, [Force the enabling (1) or disabling (0) of a workaround for a gcc-3.x performance bug (default unset: use workaround for gcc-3.x)]) |
| |
AC_ARG_VAR(LIBCC_BUILD_SRC, [(Additional) libcc interface source files that should be processed on building and installation (default none)]) |
| |
|
| AC_ARG_VAR(ac_cv_sizeof_char_p, [sizeof(char *)]) |
AC_ARG_VAR(ac_cv_sizeof_char_p, [sizeof(char *)]) |
| AC_ARG_VAR(ac_cv_sizeof_void_p, [sizeof(void *)]) |
AC_ARG_VAR(ac_cv_sizeof_void_p, [sizeof(void *)]) |
| if test $ac_cv_lib_ffi_ffi_call = yes |
if test $ac_cv_lib_ffi_ffi_call = yes |
| then |
then |
| LIBFFIFLAG="true" |
LIBFFIFLAG="true" |
| |
LIBCC_BUILD_SRC="$LIBCC_BUILD_SRC libffi.fs" |
| else |
else |
| LIBFFIFLAG="false" |
LIBFFIFLAG="false" |
| fi |
fi |
| dnl AC_CHECK_LIB(trampoline,alloc_trampoline) |
dnl AC_CHECK_LIB(trampoline,alloc_trampoline) |
| if test $ac_cv_lib_avcall___builtin_avcall = yes; then |
if test $ac_cv_lib_avcall___builtin_avcall = yes; then |
| FFCALLFLAG="true" |
FFCALLFLAG="true" |
| |
LIBCC_BUILD_SRC="$LIBCC_BUILD_SRC fflib.fs" |
| else |
else |
| FFCALLFLAG="false" |
FFCALLFLAG="false" |
| fi |
fi |
| fi |
fi |
| AC_SUBST(LIBFFIFLAG) |
AC_SUBST(LIBFFIFLAG) |
| AC_SUBST(FFCALLFLAG) |
AC_SUBST(FFCALLFLAG) |
| |
AC_SUBST(LIBCC_BUILD_SRC) |
| if test "$host_os" != "nextstep3" |
if test "$host_os" != "nextstep3" |
| then |
then |
| AC_FUNC_MEMCMP |
AC_FUNC_MEMCMP |