summaryrefslogtreecommitdiff
path: root/debian/gij-hppa
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gij-hppa')
-rw-r--r--debian/gij-hppa10
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 "$@"