[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#739224: patch for gij-4.8 on hppa



Tags: patch

This bug can be easily closed by replacing the hppa-specific debian-file
	debian/gij-hppa
with the file attached to this email.
Ideally, maybe you can fix the same issue in the gcc-packages for 4.7 and 4.9 too?
For that just replace the string "gij-4.8" in the script with gij-4.7 and gij-4.9 respectively.

It would be really nice if you could apply it soon, since currently this breaks all java-related
builds on our hppa platform:
http://unstable.buildd.net/index-hppa.html
http://buildd.debian-ports.org/status/architecture.php?a=hppa&suite=sid

Thanks,
Helge
#! /bin/sh
prctl=

case "$(prctl --unaligned=)" in *signal)
    echo >&2 "$(basename $0): ignore unaligned memory accesses"
    prctl="prctl --unaligned=default"
esac

exec $prctl /usr/bin/gij-4.8.bin "$@"

Reply to: