]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - arch/Config.in.sparc
go: add self to developers to get cc-ed for build failures
[coffee/buildroot.git] / arch / Config.in.sparc
1 choice
2         prompt "Target Architecture Variant"
3         default BR2_sparc_v8 if BR2_sparc
4         default BR2_sparc_v9 if BR2_sparc64
5         depends on BR2_sparc || BR2_sparc64
6         help
7           Specific CPU variant to use
8
9 config BR2_sparc_v8
10         bool "v8"
11         depends on BR2_sparc
12 config BR2_sparc_leon3
13         bool "leon3"
14         depends on BR2_sparc
15 config BR2_sparc_v9
16         bool "v9"
17         depends on BR2_sparc64
18 endchoice
19
20 config BR2_ARCH
21         default "sparc" if BR2_sparc
22         default "sparc64" if BR2_sparc64
23
24 config BR2_ENDIAN
25         default "BIG"
26
27 config BR2_GCC_TARGET_CPU
28         default "leon3"         if BR2_sparc_leon3
29         default "v8"            if BR2_sparc_v8
30         default "ultrasparc"    if BR2_sparc_v9
31
32 config BR2_READELF_ARCH_NAME
33         default "Sparc"         if BR2_sparc
34         default "Sparc v9"      if BR2_sparc64