PERFORCE change 133954 for review

Warner Losh imp at FreeBSD.org
Wed Jan 23 14:16:53 PST 2008


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

Change 133954 by imp at imp_paco-paco on 2008/01/23 22:16:41

	Introduce new ISA_MIPSxx directives for the ISA we're building
	against.  This is similar to the CPU_ directives, but specifically
	orthagonal.  I used the netbsd convention of 'opt_cputype.h' for
	these options, although the names differ from NetBSD...  This is
	an area of evolving thought: so it may change.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/conf/options.mips#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/conf/options.mips#3 (text+ko) ====

@@ -6,6 +6,13 @@
 CPU_NOFPU	opt_global.h
 CPU_SENTRY5	opt_global.h
 
+ISA_MIPS1	opt_cputype.h
+ISA_MIPS3	opt_cputype.h
+ISA_MIPS32	opt_cputype.h
+ISA_MIPS32v2	opt_cputype.h
+ISA_MIPS64	opt_cputype.h
+ISA_MIPS64v2	opt_cputype.h
+
 YAMON		opt_global.h
 CFE		opt_global.h
 CFE_CONSOLE	opt_global.h


More information about the p4-projects mailing list