Date: Fri, 13 Feb 2015 20:49:50 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r278705 - stable/10/share/mk Message-ID: <201502132049.t1DKnoqq084000@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Fri Feb 13 20:49:49 2015 New Revision: 278705 URL: https://svnweb.freebsd.org/changeset/base/278705 Log: MFC r277355: For armv6 builds, add -mfloat-abi=softfp. Modified: stable/10/share/mk/bsd.cpu.mk Directory Properties: stable/10/ (props changed) Modified: stable/10/share/mk/bsd.cpu.mk ============================================================================== --- stable/10/share/mk/bsd.cpu.mk Fri Feb 13 20:49:43 2015 (r278704) +++ stable/10/share/mk/bsd.cpu.mk Fri Feb 13 20:49:49 2015 (r278705) @@ -257,6 +257,10 @@ MACHINE_CPU = v9 ultrasparc ultrasparc3 CFLAGS += -G0 .endif +.if ${MACHINE_ARCH} == "armv6" +_CPUCFLAGS += -mfloat-abi=softfp +.endif + # NB: COPTFLAGS is handled in /usr/src/sys/conf/kern.pre.mk .if !defined(NO_CPU_CFLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502132049.t1DKnoqq084000>