[uClibc-cvs] uClibc/extra/Configs Config.mips,1.38,1.39

Manuel Novoa III mjn3 at uclibc.org
Sun Nov 16 16:26:38 UTC 2003


Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv14045/extra/Configs

Modified Files:
	Config.mips 
Log Message:
Patch from Jeffrey Baitis <baitisj at evolution.com> for mips arch tuning.


Index: Config.mips
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.mips,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Config.mips	5 Nov 2003 01:08:22 -0000	1.38
+++ Config.mips	16 Nov 2003 16:26:35 -0000	1.39
@@ -20,3 +20,39 @@
 config LIBGCC_CFLAGS
 	string
 
+choice
+	prompt "Target Processor Architecture"
+	default CONFIG_MIPS_ISA_1
+	help
+	  This selects the instruction set architecture of your MIPS CPU. This
+	  information is used for optimizing purposes. To build a library that
+	  will run on any MIPS CPU, you can specify "Generic (MIPS I)" here.
+	  If you pick anything other than "Generic (MIPS I)," there is no
+	  guarantee that uClibc will even run on anything other than the
+	  selected processor type.
+
+	  You should probably select the MIPS ISA that best matches the
+	  CPU you will be using on your device. uClibc will be tuned
+	  for that architecture.
+
+	  If you don't know what to do, choose "Generic (MIPS I)"
+
+config CONFIG_MIPS_ISA_1
+	bool "Generic (MIPS I)"
+
+config CONFIG_MIPS_ISA_2
+	bool "MIPS II"
+
+config CONFIG_MIPS_ISA_3
+	bool "MIPS III"
+
+config CONFIG_MIPS_ISA_4
+	bool "MIPS IV"
+
+config CONFIG_MIPS_ISA_MIPS32
+	bool "MIPS32"
+
+config CONFIG_MIPS_ISA_MIPS64
+	bool "MIPS64"
+
+endchoice




More information about the uClibc-cvs mailing list