]> git.wh0rd.org - patches.git/blob - modutils-2.4.27-hppa.patch
more random patches. who knows.
[patches.git] / modutils-2.4.27-hppa.patch
1 fix support for hppa1.0-unknown-linux-gnu / hppa1.1-unknown-linux-gnu
2
3 --- modutils-2.4.27/configure
4 +++ modutils-2.4.27/configure
5 @@ -31,6 +31,7 @@
6 powerpc) ARCH=ppc ;;
7 powerpc64) ARCH=ppc64 ;;
8 hppa2*) ARCH=hppa64 ;;
9 + hppa*) ARCH=hppa ;;
10 *) ARCH=$host_cpu ;;
11 esac
12