Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 22:12:26 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262404 - head/sys/boot/fdt
Message-ID:  <201402232212.s1NMCQKW059536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sun Feb 23 22:12:25 2014
New Revision: 262404
URL: http://svnweb.freebsd.org/changeset/base/262404

Log:
  When building FDT on MIPS, use softfloat.
  
  MFC after:	3 weeks
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/boot/fdt/Makefile

Modified: head/sys/boot/fdt/Makefile
==============================================================================
--- head/sys/boot/fdt/Makefile	Sun Feb 23 22:11:26 2014	(r262403)
+++ head/sys/boot/fdt/Makefile	Sun Feb 23 22:12:25 2014	(r262404)
@@ -16,7 +16,7 @@ CFLAGS+=	-I${.CURDIR}/../../contrib/libf
 
 CFLAGS+=	-ffreestanding
 
-.if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "arm"
+.if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "mips"
 CFLAGS+=	-msoft-float
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402232212.s1NMCQKW059536>