Date: Sat, 18 Nov 2017 21:27:47 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454462 - head/devel/libffi/files Message-ID: <201711182127.vAILRlGs039805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711182127.vAILRlGs039805>