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:
@@ -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
|
||||
|
Reference in New Issue
Block a user