Commit 5089de78 authored by mru's avatar mru

configure: allow mips64el and powerpc64 as values for --arch

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22439 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 44735243
......@@ -1897,7 +1897,7 @@ case "$arch" in
mips|mipsel|IP*)
arch="mips"
;;
mips64)
mips64*)
arch="mips"
subarch="mips64"
;;
......@@ -1911,7 +1911,7 @@ case "$arch" in
"Power Macintosh"|ppc|powerpc)
arch="ppc"
;;
ppc64)
ppc64|powerpc64)
arch="ppc"
subarch="ppc64"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment