From patchwork Sun Aug 14 18:23:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maya Rashish X-Patchwork-Id: 165 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.67 with SMTP id o64csp1189077vsd; Sun, 14 Aug 2016 11:24:04 -0700 (PDT) X-Received: by 10.194.110.162 with SMTP id ib2mr26395866wjb.163.1471199044254; Sun, 14 Aug 2016 11:24:04 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id h130si11619594wme.36.2016.08.14.11.24.03; Sun, 14 Aug 2016 11:24:04 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C6EDC689A6E; Sun, 14 Aug 2016 21:23:53 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from sdf.lonestar.org (mx.sdf.org [192.94.73.20]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DAD7A689A69 for ; Sun, 14 Aug 2016 21:23:43 +0300 (EEST) Received: from sdf.org (IDENT:coypu@sdf.lonestar.org [192.94.73.15]) by sdf.lonestar.org (8.15.2/8.14.5) with ESMTPS id u7EINf5c029963 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Sun, 14 Aug 2016 18:23:41 GMT Received: (from coypu@localhost) by sdf.org (8.15.2/8.12.8/Submit) id u7EINeEY010743 for ffmpeg-devel@ffmpeg.org; Sun, 14 Aug 2016 18:23:40 GMT Date: Sun, 14 Aug 2016 18:23:40 +0000 From: Maya Rashish To: ffmpeg-devel@ffmpeg.org Message-ID: <20160814182340.GA1506@SDF.ORG> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [FFmpeg-devel] [PATCH 1/1] All sun4 machines are SPARCs, not just sun4u X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Allow building on sun4v --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bff8159..9b92426 100755 --- a/configure +++ b/configure @@ -4212,7 +4212,7 @@ case "$arch" in sh4|sh) arch="sh4" ;; - sun4u|sparc*) + sun4*|sparc*) arch="sparc" ;; tilegx|tile-gx)