Lower the optimization level of opmini.c on hppa

This further amends debian/hppa_op_optimize_workaround.diff to affect
miniperl too.

Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81538
Bug-Debian: https://bugs.debian.org/869122

Gbp-Pq: Topic debian
Gbp-Pq: Name hppa_opmini_optimize_workaround.diff
This commit is contained in:
Niko Tyni 2017-07-29 23:30:20 +03:00 committed by openKylinBot
parent fe22898c68
commit d35f2edf1a
1 changed files with 1 additions and 1 deletions

View File

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