1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

build: Be cross-compilation-ready.

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

* configure.ac: Use `AC_CANONICAL_HOST'.
This commit is contained in:
Ludovic Courtès
2012-06-15 10:11:29 +02:00
parent 48e8333d91
commit 73d9659697
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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