From owner-svn-ports-all@freebsd.org Wed Nov 29 17:29:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49487E5EB33; Wed, 29 Nov 2017 17:29:55 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD9D47D5B5; Wed, 29 Nov 2017 17:29:54 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0182F164EC; Wed, 29 Nov 2017 17:29:53 +0000 (UTC) Date: Wed, 29 Nov 2017 17:29:53 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r455129 - head/databases/tarantool-c Message-ID: <20171129172953.GA53716@FreeBSD.org> References: <201711291724.vATHO12v093915@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711291724.vATHO12v093915@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 17:29:55 -0000 On Wed, Nov 29, 2017 at 05:24:01PM +0000, Mark Linimon wrote: > New Revision: 455129 > URL: https://svnweb.freebsd.org/changeset/ports/455129 > > Log: > This is believed to be fixed by r441826. (At least, it builds correctly > on armv7 as-is.) > > Reported by: danfe Thanks. (Looking at the nearby BROKEN_* statements, I wonder if they should be also removed as well since r441826 suppressed passing of that "-march=native" option which offended clang.) ./danfe > BROKEN_aarch64= Fails to compile: clang compiler does not support -march=native > -BROKEN_armv6= Fails to compile: clang compiler does not support -march=native > BROKEN_mips64= Fails to compile: clang compiler does not support -march=native > BROKEN_powerpc64= Fails to compile: clang compiler does not support -march=native > BROKEN_sparc64= Fails to compile: clang compiler does not support -march=native