Commit 4e15fa73 authored by diego's avatar diego

Add alternative names for sh4 and parisc architectures.

Taken from the OpenBSD ports tree.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16094 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 631834da
......@@ -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
;;
......
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