Date: Tue, 5 Apr 2011 13:48: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: r220361 - head/sys/boot/pc98/boot2 Message-ID: <201104051348.p35DmrI1019957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nyan Date: Tue Apr 5 13:48:53 2011 New Revision: 220361 URL: http://svn.freebsd.org/changeset/base/220361 Log: MFi386: revision 220337 Build boot2 with -mregparm=3. Modified: head/sys/boot/pc98/boot2/Makefile Modified: head/sys/boot/pc98/boot2/Makefile ============================================================================== --- head/sys/boot/pc98/boot2/Makefile Tue Apr 5 13:14:17 2011 (r220360) +++ head/sys/boot/pc98/boot2/Makefile Tue Apr 5 13:48:53 2011 (r220361) @@ -28,6 +28,7 @@ CFLAGS= -Os \ -fno-unit-at-a-time \ -mno-align-long-strings \ -mrtd \ + -mregparm=3 \ -D${BOOT2_UFS} \ -DFLAGS=${BOOT_BOOT1_FLAGS} \ -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104051348.p35DmrI1019957>