aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/hppa/preconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/hppa/preconfigure')
-rw-r--r--ports/sysdeps/hppa/preconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/sysdeps/hppa/preconfigure b/ports/sysdeps/hppa/preconfigure
deleted file mode 100644
index 4d7fdcd032..0000000000
--- a/ports/sysdeps/hppa/preconfigure
+++ /dev/null
@@ -1,6 +0,0 @@
-# This fragment canonicalizes the machine names for hppa variants.
-
-case "$machine" in
-hppa*64*) base_machine=hppa machine=hppa/hppa64 ;;
-hppa*) base_machine=hppa machine=hppa/hppa1.1 ;;
-esac