Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2012 11:55:53 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242855 - head/sys/boot/pc98
Message-ID:  <201211101155.qAABtrLl000172@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Sat Nov 10 11:55:52 2012
New Revision: 242855
URL: http://svnweb.freebsd.org/changeset/base/242855

Log:
  MFi386: r241785
  
    boot: use -march=i386 for both i386 and amd64 builds

Modified:
  head/sys/boot/pc98/Makefile.inc

Modified: head/sys/boot/pc98/Makefile.inc
==============================================================================
--- head/sys/boot/pc98/Makefile.inc	Sat Nov 10 10:41:00 2012	(r242854)
+++ head/sys/boot/pc98/Makefile.inc	Sat Nov 10 11:55:52 2012	(r242855)
@@ -5,7 +5,7 @@
 BINDIR?=	/boot
 
 LOADER_ADDRESS?=0x200000
-CFLAGS+=	-ffreestanding -mpreferred-stack-boundary=2 \
+CFLAGS+=	-march=i386 -ffreestanding -mpreferred-stack-boundary=2 \
 		-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float \
 		-Os -DPC98
 LDFLAGS+=	-nostdlib



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