OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [UCLIBC_0_9_26/] [linux/] [uClibc/] [extra/] [Configs/] [Config.mips] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
#
2
# For a description of the syntax of this configuration file,
3
# see extra/config/Kconfig-language.txt
4
#
5
 
6
config TARGET_ARCH
7
        default "mips"
8
 
9
config HAVE_ELF
10
        bool
11
        default y
12
 
13
config ARCH_CFLAGS
14
        string
15
        default "-mno-split-addresses"
16
 
17
config ARCH_LDFLAGS
18
        string
19
 
20
config LIBGCC_CFLAGS
21
        string
22
 
23
choice
24
        prompt "Target Processor Architecture"
25
        default CONFIG_MIPS_ISA_1
26
        help
27
          This selects the instruction set architecture of your MIPS CPU. This
28
          information is used for optimizing purposes. To build a library that
29
          will run on any MIPS CPU, you can specify "Generic (MIPS I)" here.
30
          If you pick anything other than "Generic (MIPS I)," there is no
31
          guarantee that uClibc will even run on anything other than the
32
          selected processor type.
33
 
34
          You should probably select the MIPS ISA that best matches the
35
          CPU you will be using on your device. uClibc will be tuned
36
          for that architecture.
37
 
38
          If you don't know what to do, choose "Generic (MIPS I)"
39
 
40
config CONFIG_MIPS_ISA_1
41
        bool "Generic (MIPS I)"
42
 
43
config CONFIG_MIPS_ISA_2
44
        bool "MIPS II"
45
 
46
config CONFIG_MIPS_ISA_3
47
        bool "MIPS III"
48
 
49
config CONFIG_MIPS_ISA_4
50
        bool "MIPS IV"
51
 
52
config CONFIG_MIPS_ISA_MIPS32
53
        bool "MIPS32"
54
 
55
config CONFIG_MIPS_ISA_MIPS64
56
        bool "MIPS64"
57
 
58
endchoice

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.