Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2008 22:16:52 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133954 for review
Message-ID:  <200801232216.m0NMGqp7018094@repoman.freebsd.org>

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

Change 133954 by imp@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



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