From owner-svn-ports-all@freebsd.org Sat Nov 18 21:27:48 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 54B2DDDCCD2; Sat, 18 Nov 2017 21:27:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 218257E49B; Sat, 18 Nov 2017 21:27:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAILRlqC039806; Sat, 18 Nov 2017 21:27:47 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAILRlGs039805; Sat, 18 Nov 2017 21:27:47 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201711182127.vAILRlGs039805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 18 Nov 2017 21:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454462 - head/devel/libffi/files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/devel/libffi/files X-SVN-Commit-Revision: 454462 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sat, 18 Nov 2017 21:27:48 -0000 Author: zeising Date: Sat Nov 18 21:27:47 2017 New Revision: 454462 URL: https://svnweb.freebsd.org/changeset/ports/454462 Log: Add support for powerpcspe. Submitted by: jhibbits Differential Revision: D13129 Modified: head/devel/libffi/files/patch-configure Modified: head/devel/libffi/files/patch-configure ============================================================================== --- head/devel/libffi/files/patch-configure Sat Nov 18 21:14:19 2017 (r454461) +++ head/devel/libffi/files/patch-configure Sat Nov 18 21:27:47 2017 (r454462) @@ -1,6 +1,6 @@ ---- configure.orig 2015-01-01 10:56:10 UTC -+++ configure -@@ -17221,7 +17221,7 @@ case "$host" in +--- configure.orig 2014-11-12 05:59:57.000000000 -0600 ++++ configure 2017-07-13 14:20:48.680289000 -0500 +@@ -17221,7 +17221,7 @@ mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*) TARGET=MIPS; TARGETDIR=mips ;; @@ -9,3 +9,14 @@ # Support 128-bit long double for NewABI. HAVE_LONG_DOUBLE='defined(__mips64)' TARGET=MIPS; TARGETDIR=mips +@@ -17254,6 +17254,10 @@ + powerpc-*-freebsd* | powerpc-*-openbsd*) + TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc + HAVE_LONG_DOUBLE_VARIANT=1 ++ ;; ++ powerpcspe-*-freebsd*) ++ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc ++ CFLAGS="$CFLAGS -D__NO_FPRS__" + ;; + powerpc64-*-freebsd*) + TARGET=POWERPC; TARGETDIR=powerpc