summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-10-14 22:50:43 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-10-14 22:50:43 (GMT)
commit25df7f9bf443416e81cf85796da86bad2b81d204 (patch)
tree84cbccebaa94e8c6bdaa979bc8356b4b6556c169 /config
parentd40ff3be762a8c1b891feeb92e4fae99765faa43 (diff)
parent3bd86362ab77aab362ba397193168625ac801e26 (diff)
Merge pull request #205 from jasmin-j/add_gcc_build_step
Using "all" and "install" targets in do_gcc_core_backend if configured
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in.211
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index 73b6a2f..577bf42 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -47,6 +47,17 @@ config CC_GCC_EXTRA_ENV_ARRAY
Leave blank if you don't know better.
+config CC_GCC_TARGET_FINAL
+ bool
+ prompt "Use the default targets all and install for the final compiler"
+ default n
+ depends on BARE_METAL
+ help
+ The final GCC for a bare metal system is built by the core gcc script.
+ This script does a lot of tricks to build the core gcc, which are not
+ required for the final gcc build. If you set this flag to true, all the
+ tricks are not done and the compiler is build with all/install.
+
config STATIC_TOOLCHAIN
select CC_GCC_STATIC_LIBSTDCXX if CC_GCC_4_4_or_later