Add alternative names for sh4 and parisc architectures.

Taken from the OpenBSD ports tree.

Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-12-13 11:35:08 +00:00
parent 537db58b6c
commit 61597a981f

6
configure vendored
View File

@ -1332,13 +1332,13 @@ EOF
sparc)
arch="sparc"
;;
sh4)
sh4|sh)
arch="sh4"
;;
parisc)
parisc|hppa)
arch="parisc"
;;
parisc64)
parisc64|hppa64)
arch="parisc"
enable fast_64bit
;;