diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-14 15:50:43 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-14 15:50:43 -0700 |
commit | 25df7f9bf443416e81cf85796da86bad2b81d204 (patch) | |
tree | 84cbccebaa94e8c6bdaa979bc8356b4b6556c169 /config | |
parent | d40ff3be762a8c1b891feeb92e4fae99765faa43 (diff) | |
parent | 3bd86362ab77aab362ba397193168625ac801e26 (diff) | |
download | crosstool-ng-25df7f9bf443416e81cf85796da86bad2b81d204.tar.gz crosstool-ng-25df7f9bf443416e81cf85796da86bad2b81d204.tar.bz2 crosstool-ng-25df7f9bf443416e81cf85796da86bad2b81d204.zip |
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.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 73b6a2f3..577bf42e 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 |