diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-06 11:07:06 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-06 11:07:06 -0800 |
commit | 225b96ebc862ffe1d5972085d59208b1b49339bf (patch) | |
tree | 3af52da13c0910a71299e4e7d7b2b08e85f8055f /config/cc | |
parent | 31c6ebab07ef4c3e4a35be87f1630ec8e1d3c4ae (diff) | |
download | crosstool-ng-225b96ebc862ffe1d5972085d59208b1b49339bf.tar.gz crosstool-ng-225b96ebc862ffe1d5972085d59208b1b49339bf.tar.bz2 crosstool-ng-225b96ebc862ffe1d5972085d59208b1b49339bf.zip |
gcc: remove CC_GCC_EXTRA_ENV_ARRAY
I was noticing that $extra_user_env was inconsistently used in
100-gcc.sh. I don't feel comfortable having just any make flag or
environment variable passed to make from a config file. If a specific
option needs to be passed to make for gcc, then a specific kconfig
option should be added for that make flag/option/env.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in.2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index b3bfecc7..50a0574f 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -37,16 +37,6 @@ config CC_GCC_EXTRA_CONFIG_ARRAY if they are properly quoted (or escaped, but prefer quotes). Eg.: --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space -config CC_GCC_EXTRA_ENV_ARRAY - string - prompt "Extra env variables to set for make" - default "" - help - Used to add specific env variables on the make command line for the - gcc build (eg. INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0') - - 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" |