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

Subversion Repositories or1k

[/] [or1k/] [tags/] [UCLIBC_0_9_26/] [linux/] [uClibc/] [extra/] [Configs/] [Config.h8300] - 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
        bool
8
        select ARCH_HAS_NO_MMU
9
        select ARCH_HAS_C_SYMBOL_PREFIX
10
        select HAVE_NO_SHARED
11
        select ARCH_HAS_NO_LDSO
12
        default y
13
 
14
config TARGET_ARCH
15
        default "h8300"
16
 
17
choice
18
        prompt "Target Processor"
19
        default CONFIG_H8300H
20
        help
21
          This is the processor type of your CPU.
22
 
23
config CONFIG_H8300H
24
        bool "H8300H"
25
 
26
config CONFIG_H8S
27
        bool "H8S (edosk2674)"
28
 
29
endchoice
30
 
31
config ARCH_CFLAGS
32
        string
33
 
34
config ARCH_LDFLAGS
35
        string
36
 
37
config LIBGCC_CFLAGS
38
        string
39
 

powered by: WebSVN 2.1.0

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