Cross compile?
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=114
This commit is contained in:
parent
f4ccd410b9
commit
4c51cea558
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user