Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 01:43:30 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135763 for review
Message-ID:  <200802200143.m1K1hU0s056736@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135763

Change 135763 by marcel@marcel_xcllnt on 2008/02/20 01:42:47

	Add option FPU_EMU, used to enable/compile-in the
	FPU emulator.

Affected files ...

.. //depot/projects/e500/sys/conf/options.powerpc#4 edit
.. //depot/projects/e500/sys/powerpc/conf/JUNIPER#4 edit

Differences ...

==== //depot/projects/e500/sys/conf/options.powerpc#4 (text+ko) ====

@@ -11,6 +11,7 @@
 POWERMAC		opt_platform.h
 PSIM
 MPC85xx
+FPU_EMU
 
 SC_OFWFB		opt_ofwfb.h
 

==== //depot/projects/e500/sys/powerpc/conf/JUNIPER#4 (text+ko) ====

@@ -5,6 +5,8 @@
 makeoptions	NO_MODULES=yes
 makeoptions	WERROR="-Werror -Wno-format -Wno-redundant-decls"
 
+options 	FPU_EMU
+
 options 	_KPOSIX_PRIORITY_SCHEDULING
 options 	ALT_BREAK_TO_DEBUGGER
 options 	BREAK_TO_DEBUGGER



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