svn commit: r220361 - head/sys/boot/pc98/boot2

Takahashi Yoshihiro nyan at FreeBSD.org
Tue Apr 5 13:48:53 UTC 2011


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} \


More information about the svn-src-head mailing list