diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-07 13:32:53 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-07 13:32:53 -0700 |
commit | 9e9b9bd1951bd9609102462f9bcdf0a93e3228d2 (patch) | |
tree | d3c08e8070a92485e976e64aef5e2e88d11d61b6 /config | |
parent | 866bff13071dd43bb2ef5eaf4022ed9bf7522d4a (diff) | |
parent | 931248f1aa1cb1edd4b7bdca1b1f725eadea8d6c (diff) | |
download | crosstool-ng-9e9b9bd1951bd9609102462f9bcdf0a93e3228d2.tar.gz crosstool-ng-9e9b9bd1951bd9609102462f9bcdf0a93e3228d2.tar.bz2 crosstool-ng-9e9b9bd1951bd9609102462f9bcdf0a93e3228d2.zip |
Merge pull request #184 from jasmin-j/add_gcc_env_array
Add additional environment variables for gcc build.
Diffstat (limited to 'config')
-rw-r--r-- | config/cc/gcc.in.2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index cbad6386..73b6a2f3 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -37,6 +37,16 @@ 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 STATIC_TOOLCHAIN select CC_GCC_STATIC_LIBSTDCXX if CC_GCC_4_4_or_later |