]> git.wh0rd.org - patches.git/blobdiff - modutils-2.4.27-hppa.patch
more random patches. who knows.
[patches.git] / modutils-2.4.27-hppa.patch
diff --git a/modutils-2.4.27-hppa.patch b/modutils-2.4.27-hppa.patch
new file mode 100644 (file)
index 0000000..30168d3
--- /dev/null
@@ -0,0 +1,12 @@
+fix support for hppa1.0-unknown-linux-gnu / hppa1.1-unknown-linux-gnu
+
+--- modutils-2.4.27/configure
++++ modutils-2.4.27/configure
+@@ -31,6 +31,7 @@
+   powerpc)   ARCH=ppc   ;;
+   powerpc64) ARCH=ppc64 ;;
+   hppa2*)    ARCH=hppa64 ;;
++  hppa*)     ARCH=hppa  ;;
+   *)         ARCH=$host_cpu ;;
+ esac