[Midnightbsd-cvs] src [9563] trunk/sys/boot/zfs/Makefile: get rid of the power ref
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 18 20:25:19 EDT 2017
Revision: 9563
http://svnweb.midnightbsd.org/src/?rev=9563
Author: laffer1
Date: 2017-09-18 20:25:18 -0400 (Mon, 18 Sep 2017)
Log Message:
-----------
get rid of the power ref
Modified Paths:
--------------
trunk/sys/boot/zfs/Makefile
Modified: trunk/sys/boot/zfs/Makefile
===================================================================
--- trunk/sys/boot/zfs/Makefile 2017-09-18 23:35:53 UTC (rev 9562)
+++ trunk/sys/boot/zfs/Makefile 2017-09-19 00:25:18 UTC (rev 9563)
@@ -16,9 +16,6 @@
CFLAGS+= -mpreferred-stack-boundary=2
CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
.endif
-.if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "arm"
-CFLAGS+= -msoft-float
-.endif
.if ${MACHINE_CPUARCH} == "amd64"
CFLAGS+= -m32
.endif
More information about the Midnightbsd-cvs
mailing list