From: Niko Tyni <ntyni@debian.org>
Date: Sat, 29 Jul 2017 23:30:20 +0300
Subject: 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
---
 cflags.SH | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cflags.SH b/cflags.SH
index fee3dd8..f6c3b1f 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -503,7 +503,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";;
