Also lower the optimization level of op.c and opmini.c on sh4

This amends
 debian/hppa_op_optimize_workaround.diff
 debian/hppa_opmini_optimize_workaround.diff

Bug-Debian: https://bugs.debian.org/869373

Gbp-Pq: Topic debian
Gbp-Pq: Name sh4_op_optimize_workaround.diff
This commit is contained in:
Niko Tyni 2017-07-29 23:32:51 +03:00 committed by openKylinBot
parent d35f2edf1a
commit ed0785a2fb
1 changed files with 2 additions and 2 deletions

View File

@ -497,9 +497,9 @@ for file do
# or customize here
case "$file" in
op|opmini) : work around http://bugs.debian.org/838613 and 869122
op|opmini) : work around http://bugs.debian.org/838613 869122 869373
case $archname in
hppa-*)
hppa-*|sh4-*)
optimize="$optimize -O0";;
esac;;