Try s390x without our patches as well as without stack protection

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=107
This commit is contained in:
Dr. Werner Fink 2018-02-21 10:18:22 +00:00 committed by Git OBS Bridge
parent 3fbbd0453a
commit 64693d638b

View File

@ -152,6 +152,9 @@ if test %debug = yes ; then
else
CC="gcc"
fi
%ifarch s390x
RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-fstack-[a-z-]+ ?//g')"
%endif
CC="${CC} -g ${RPM_OPT_FLAGS} -falign-functions=4 -fno-strict-aliasing -fPIC -pipe"
case "$(uname -m)" in
i[0-9]86)
@ -194,7 +197,7 @@ case "$(uname -m)" in
sparc*) MYCFLAGS="${MYCFLAGS} ${safety}" ;;
ppc64) MYCFLAGS="${MYCFLAGS} ${safety}" ;;
ppc64le)MYCFLAGS="${MYCFLAGS} ${safety}" ;;
s390x) MYCFLAGS="${MYCFLAGS} ${safety} -DNO_GENERATIONAL_GC" ;;
s390x) MYCFLAGS="${MYCFLAGS} ${safety}" ;;
ia64) MYCFLAGS="${MYCFLAGS} ${safety}" ;;
axp|alpha)
MYCFLAGS="${MYCFLAGS}" ;;