Lines Matching full:gcc
1 comment "GCC Options"
4 prompt "GCC compiler Version"
10 Select the version of gcc you wish to use.
13 bool "gcc arc (10.x)"
19 bool "gcc 8.x"
21 # ARC HS48 rel 31 only supported by gcc arc fork.
28 bool "gcc 10.x"
30 # powerpc spe support has been deprecated since gcc 8.x.
31 # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
33 # ARC HS48 rel 31 only supported by gcc arc fork.
38 bool "gcc 11.x"
40 # powerpc spe support has been deprecated since gcc 8.x.
41 # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
43 # uClibc-ng broken on sparc due to recent gcc changes
44 # that need to be reverted since gcc 8.4, 9.3 and 10.1.
45 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
47 # ARC HS48 rel 31 only supported by gcc arc fork.
52 bool "gcc 12.x"
53 # powerpc spe support has been deprecated since gcc 8.x.
54 # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
56 # uClibc-ng broken on sparc due to recent gcc changes
57 # that need to be reverted since gcc 8.4, 9.3 and 10.1.
58 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
60 # ARC HS48 rel 31 only supported by gcc arc fork.
66 # libcilkrts was introduced in gcc 4.9 and removed in gcc 8.x
84 # will need a working GDC compiler (GCC version 9.1 or later)."
85 # https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=5fee5ec362f7a243f459e6378fd49dfc89dc9fb5
97 string "Additional gcc options"
100 Any additional gcc configure options you may want to
101 include. Those options are applied for all of the gcc
102 initial, gcc intermediate and gcc final passes.
150 comment "graphite support needs gcc >= 5.x"