Reduce compiler flags on s390x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=102
This commit is contained in:
Dr. Werner Fink 2018-02-20 10:05:41 +00:00 committed by Git OBS Bridge
parent 19ca5cb732
commit d5c9def339

View File

@ -207,6 +207,7 @@ unset noexec nommap safety
%ifarch s390x
$CC $MYCFLAGS -o test-s390x %{S:42}
./test-s390x
CC="gcc -g3 -O -fno-strict-aliasing -fPIC -pipe"
%endif
#