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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [extra/] [Configs/] [Config.or32] - 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 HAVE_ELF
7
        select ARCH_HAS_C_SYMBOL_PREFIX
8
        select HAVE_NO_SHARED
9
        select ARCH_HAS_NO_LDSO
10
        select HAS_NO_THREADS
11
        bool
12
        default y
13
 
14
config TARGET_ARCH
15
        default "or32"
16
 
17
config ARCH_CFLAGS
18
        string
19
 
20
config ARCH_LDFLAGS
21
        string
22
 
23
config LIBGCC_CFLAGS
24
        string
25
 
26
choice
27
        prompt "Target Architecture Type"
28
        default CONFIG_OR32
29
        help
30
                This is the architecture type of your CPU. This information is used for
31
                optimizing purposes.
32
 
33
                These are the possible settings:
34
                - or32  Generic support for OpenCores OpenRISC/or32 architecture.
35
 
36
config CONFIG_OR32
37
        select UCLIBC_HAS_MMU
38
        select ARCH_HAS_NO_FPU
39
        select ARCH_BIG_ENDIAN
40
        bool "or32"
41
 
42
endchoice
43
 
44
config CROSS
45
        string
46
        default "or32-uclinux-"

powered by: WebSVN 2.1.0

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