PERFORCE change 135763 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Feb 20 01:43:31 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=135763

Change 135763 by marcel at 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


More information about the p4-projects mailing list