[Midnightbsd-cvs] src [9882] trunk/sys/boot/ficl/Makefile: update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 24 07:30:04 EDT 2018


Revision: 9882
          http://svnweb.midnightbsd.org/src/?rev=9882
Author:   laffer1
Date:     2018-05-24 07:30:03 -0400 (Thu, 24 May 2018)
Log Message:
-----------
update

Modified Paths:
--------------
    trunk/sys/boot/ficl/Makefile

Modified: trunk/sys/boot/ficl/Makefile
===================================================================
--- trunk/sys/boot/ficl/Makefile	2018-05-24 11:28:47 UTC (rev 9881)
+++ trunk/sys/boot/ficl/Makefile	2018-05-24 11:30:03 UTC (rev 9882)
@@ -1,4 +1,5 @@
 # $MidnightBSD$
+# $FreeBSD: stable/9/sys/boot/ficl/Makefile 260096 2013-12-30 20:15:46Z dim $
 #
 .PATH: ${.CURDIR}/${MACHINE_CPUARCH:S/amd64/i386/}
 BASE_SRCS=	dict.c ficl.c fileaccess.c float.c loader.c math64.c \
@@ -12,8 +13,8 @@
 CFLAGS.gcc+=	-mpreferred-stack-boundary=2
 CFLAGS+=	-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
 .endif
-.if ${MACHINE_CPUARCH} == "amd64"
-CFLAGS+=	-mno-red-zone
+.if ${MACHINE_CPUARCH} == "arm"
+CFLAGS+=	-msoft-float
 .endif
 .if HAVE_PNP
 CFLAGS+=	-DHAVE_PNP



More information about the Midnightbsd-cvs mailing list