Bug#995717: webkit2gtk: Please update CPPFLAGS on sh3 and sh4

2021-10-05 Thread John Paul Adrian Glaubitz
Hi Berto! On 10/5/21 23:25, Alberto Garcia wrote: > Thanks! I decided to use a different approach: > >CFLAGS := $(CFLAGS:-O2=-O1) > > -O1 belongs to CFLAGS/CXXFLAGS, not CPPFLAGS, and it's better to > replace -O2 with -O1 rather than simple append -O1. It also allows > building with

Bug#995717: webkit2gtk: Please update CPPFLAGS on sh3 and sh4

2021-10-05 Thread Alberto Garcia
Control: tags -1 pending On Mon, Oct 04, 2021 at 06:07:06PM +0200, John Paul Adrian Glaubitz wrote: > ifneq (,$(filter $(DEB_HOST_ARCH),sh3 sh4)) > -CPPFLAGS += -mlra -fno-move-loop-invariants > +CPPFLAGS += -O1 > endif Thanks! I decided to use a different approach:

Bug#995717: webkit2gtk: Please update CPPFLAGS on sh3 and sh4

2021-10-04 Thread John Paul Adrian Glaubitz
Source: webkit2gtk Version: 2.34.0-1 Severity: normal Tags: patch User: debian-sup...@lists.debian.org Usertags: sh3 sh4 X-Debbugs-Cc: debian-sup...@lists.debian.org Hello! I've made another attempt building webkit2gtk on sh4 and I finally managed to build the package again with by dropping