From 61597a981fe7480db799144a8d98707138e3689d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 13 Dec 2008 11:35:08 +0000 Subject: [PATCH] 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 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 01717ab9e..4f24b8f86 100755 --- a/configure +++ b/configure @@ -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 ;; -- 2.11.0