]> git.sesse.net Git - x264/commitdiff
Fix detection of Alpha CPU arch on alphaev67
authorFabian Greffrath <fabian+debian@greffrath.com>
Sat, 8 Oct 2011 02:04:17 +0000 (19:04 -0700)
committerFiona Glaser <fiona@x264.com>
Sat, 8 Oct 2011 02:05:36 +0000 (19:05 -0700)
configure

index 7aea31fe025a3d8fdfd9dc20d4807a0ead9b3497..3aadd18f1d1f608a55620935542652666cd5582c 100755 (executable)
--- a/configure
+++ b/configure
@@ -580,6 +580,9 @@ case $host_cpu in
     ia64)
         ARCH="IA64"
         ;;
+    alpha*)
+        ARCH="ALPHA"
+        ;;
     *)
         ARCH="$(echo $host_cpu | tr a-z A-Z)"
         ;;