fix rpi compile
[openadk.git] / target / config / Config.in.gcc.choice
blob1d4d05c11a4d543cf965eebf4f0bb5c9a9c3e214
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 choice
5 prompt "GCC version"
6 default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X
7 default ADK_TOOLCHAIN_GCC_4_5_4 if ADK_TARGET_ARCH_BFIN
8 default ADK_TOOLCHAIN_GCC_4_8_0_ARC if ADK_TARGET_ARCH_ARC
9 default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32
10 default ADK_TOOLCHAIN_GCC_4_9_2
12 config ADK_TOOLCHAIN_GCC_GIT
13         bool "git"
14         depends on !ADK_TARGET_ARCH_ARC
15         depends on !ADK_TARGET_ARCH_AVR32
17 config ADK_TOOLCHAIN_GCC_5_1_0
18         bool "5.1.0"
19         depends on !ADK_TARGET_ARCH_BFIN
20         depends on !ADK_TARGET_ARCH_ARC
21         depends on !ADK_TARGET_ARCH_AVR32
22         depends on !ADK_TARGET_ARCH_C6X
24 config ADK_TOOLCHAIN_GCC_4_9_2
25         bool "4.9.2"
26         depends on !ADK_TARGET_ARCH_BFIN
27         depends on !ADK_TARGET_ARCH_ARC
28         depends on !ADK_TARGET_ARCH_AVR32
29         depends on !ADK_TARGET_ARCH_C6X
31 config ADK_TOOLCHAIN_GCC_4_8_4
32         bool "4.8.4"
33         depends on !ADK_TARGET_ARCH_BFIN
34         depends on !ADK_TARGET_ARCH_AARCH64
35         depends on !ADK_TARGET_ARCH_ARC
36         depends on !ADK_TARGET_ARCH_AVR32
37         depends on !ADK_TARGET_ARCH_CRIS
38         depends on !ADK_TARGET_ARCH_TILE
39         depends on !ADK_TARGET_ARCH_C6X
41 config ADK_TOOLCHAIN_GCC_4_8_3_ARC
42         bool "4.8.3-arc"
43         depends on ADK_TARGET_ARCH_ARC
45 config ADK_TOOLCHAIN_GCC_4_7_4
46         bool "4.7.4"
47         depends on ADK_TARGET_ARCH_C6X \
48                 || ADK_TARGET_ARCH_SPARC
50 config ADK_TOOLCHAIN_GCC_4_6_3
51         bool "4.6.3"
52         depends on ADK_TARGET_ARCH_BFIN
54 config ADK_TOOLCHAIN_GCC_4_4_7
55         bool "4.4.7"
56         depends on ADK_TARGET_ARCH_AVR32
58 endchoice