~ruther/guix-local

73d96596978b6a6f338e5444719a36bffd3fa521 — Ludovic Courtès 13 years ago 48e8333
build: Be cross-compilation-ready.

* Makefile.am (.scm.go): Pass `--target=$(host)'.

* configure.ac: Use `AC_CANONICAL_HOST'.
2 files changed, 3 insertions(+), 0 deletions(-)

M Makefile.am
M configure.ac
M Makefile.am => Makefile.am +1 -0
@@ 50,6 50,7 @@ CLEANFILES = $(GOBJECTS) *.log
	GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH"	\
	$(GUILD) compile -L "$(top_srcdir)"					\
	  -Wformat -Wunbound-variable -Warity-mismatch				\
	  --target="$(host)"							\
	  -o "$@" "$<"

SUFFIXES = .go

M configure.ac => configure.ac +2 -0
@@ 14,6 14,8 @@ AC_CONFIG_MACRO_DIR([m4])
guilemoduledir="${datarootdir}/guile/site/2.0"
AC_SUBST([guilemoduledir])

AC_CANONICAL_HOST

PKG_CHECK_MODULES([GUILE], [guile-2.0])
AC_PATH_PROG([GUILE], [guile])
AC_PATH_PROG([GUILD], [guild])