> Adding it back on. For some reason, adding "noopt" wasn't passed to
> the build environment. It builds with the following hack added
> to debian/config.debian:
> 
>     hppa:*)
>         optimize="$optimize${optimize:+ }-O0";;
> 
> I will bootstrap perl_5.26 for hppa now.

This seems to expose another problem which is probably a gcc build.  A fair 
number of perl
relates packages fail to build with a R_PARISC_DPREL21L relocation error.  This 
seems to
be caused by perl using -O0 instead of -O2 which it used with 5.24.

Dave
--
John David Anglin       dave.ang...@bell.net

Reply via email to