From 73d96596978b6a6f338e5444719a36bffd3fa521 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 15 Jun 2012 10:11:29 +0200 Subject: build: Be cross-compilation-ready. * Makefile.am (.scm.go): Pass `--target=$(host)'. * configure.ac: Use `AC_CANONICAL_HOST'. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0a51552054..814bd3b355 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3