From 4c51cea558c0227cc56d2e9f874908d1408277a3dcec8f3a26082d27acec1a59 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 21 Feb 2018 14:32:20 +0000 Subject: [PATCH] Cross compile? OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=114 --- clisp.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clisp.spec b/clisp.spec index 7ad97d5..ac6289d 100644 --- a/clisp.spec +++ b/clisp.spec @@ -262,6 +262,11 @@ find -name configure | xargs -r \ > $SCREENLOG tail -q -s 0.5 -f $SCREENLOG & pid=$! %_configure build ${DEBUG} \ +%ifarch s390x + --build=s390x-ibm-linux-gnu \ + --target=s390x-ibm-linux-gnu\ + --host=s390x-nixda-gnu \ +%endif ${port+"$port"} \ --prefix=%{_prefix} \ --exec-prefix=%{_prefix} \