Try s390x without stack protection, 3th

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=111
This commit is contained in:
2018-02-21 12:21:08 +00:00
committed by Git OBS Bridge
parent 4afa3abd69
commit 1fd3093bca

View File

@@ -151,7 +151,7 @@ else
CC="gcc"
fi
%ifarch s390x
RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-f(stack-[a-z-]+)/-fno-\1/g') -fno-stack-limit"
RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-fstack-protector-strong ?//g;s/-f(stack-clash-protection)/-fno-\1/') -fno-stack-limit"
%endif
CC="${CC} -g ${RPM_OPT_FLAGS} -falign-functions=4 -fno-strict-aliasing -fPIC -pipe"
case "$(uname -m)" in