all-native: compile-star-parser
all-native: compile-win32
all-native: compile-xml
-@CROSS@all-native: cross-end
+@IF_CROSS@all-native: cross-end
-@CROSS@COMPILER_SETTINGS = (set! compiler:cross-compiling? true)
+@IF_CROSS@COMPILER_SETTINGS = (set! compiler:cross-compiling? true)
HOST_SCHEME = '$(MIT_SCHEME_EXE)' --batch-mode
BOOTSTRAP_COMPILER = $(BOOTSTRAP_TOOLCHAIN)
microcode/scheme: compile-microcode
lib/runtime.com: compile-runtime
-@CROSS@lib/runtime.com: cross-end
+@IF_CROSS@lib/runtime.com: cross-end
lib/runtime.com: microcode/scheme
(. etc/functions.sh && get_fasl_file && cd runtime \
&& (echo '(disk-save "../$@")' \
[Cross-compile scheme, even if to the same target]))
: ${enable_cross_compiling=no}
if test "x$enable_cross_compiling" = xyes; then
- CROSS=
+ IF_CROSS=
else
- CROSS=\#
+ IF_CROSS=\#
fi
AC_ARG_WITH([default-target],
AC_SUBST([MIT_SCHEME_EXE])
AC_SUBST([AUXDIR_NAME])
AC_SUBST([AUXDIR])
-AC_SUBST([CROSS])
+AC_SUBST([IF_CROSS])
+AC_SUBST([IF_SVM])
AC_PROG_INSTALL
AC_PROG_LN_S