diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-18 15:53:29 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-18 15:53:29 +0300 |
commit | 8f6c4b0033c72f8ac14694c419a99458339dd6a9 (patch) | |
tree | 06c106e622a58100aa85a381b9b65d222b076df4 /debian/gij-hppa | |
parent | 42156b5190f4fa150e1fab6777eb81e69d4db8c9 (diff) | |
download | gcc-9-debian.tar.gz |
Import gcc-9 (9.2.1-19)debian/9.2.1-19debian
Diffstat (limited to 'debian/gij-hppa')
-rw-r--r-- | debian/gij-hppa | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/gij-hppa b/debian/gij-hppa deleted file mode 100644 index 2c530fa..0000000 --- a/debian/gij-hppa +++ /dev/null @@ -1,10 +0,0 @@ -#! /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-6.bin "$@" |