From 42d7e02b057025793a7b805a72409d7fc8c8154d7e9d5daad269fe4074961a13 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 27 Jul 2017 17:06:11 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=70 --- clisp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clisp.spec b/clisp.spec index ad122bc..07c2bc7 100644 --- a/clisp.spec +++ b/clisp.spec @@ -185,6 +185,8 @@ case "$RPM_ARCH" in MYCFLAGS="${MYCFLAGS} ${noexec}" ;; armv4l) MYCFLAGS="${MYCFLAGS} ${noexec}" port=--enable-portability ;; + armv7l) MYCFLAGS="${MYCFLAGS} ${noexec}" + port=--enable-portability ;; arm*) MYCFLAGS="${MYCFLAGS} ${noexec}" ;; aarch64)MYCFLAGS="${MYCFLAGS} ${noexec}" port=--enable-portability ;;