diff options
author | Bryan Hundven" <bryanhundven@gmail.com> | 2010-12-09 18:55:33 +0100 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2010-12-09 18:55:33 +0100 |
commit | bf3c89ebb5c39410f52cd81e0c19bb58b59dc3e9 (patch) | |
tree | 693ddbd57687e8989a5c31827888f0c05a32e470 /config/toolchain.in | |
parent | c10e06ed81a7afb628aff6d9f4e6762fc8386c52 (diff) | |
download | crosstool-ng-bf3c89ebb5c39410f52cd81e0c19bb58b59dc3e9.tar.gz crosstool-ng-bf3c89ebb5c39410f52cd81e0c19bb58b59dc3e9.tar.bz2 crosstool-ng-bf3c89ebb5c39410f52cd81e0c19bb58b59dc3e9.zip |
binutils/binutils: build statically
If the global static option is set, then build binutils statically.
Signed-off-by: "Bryan Hundven" <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 86578c6b..3be00f81 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -41,6 +41,7 @@ config STATIC_TOOLCHAIN you can say 'Y' here, and all the host tools will be linked staticaly. The impacted tools are: + - the GNU binutils - the cross-gdb The default is 'N', to build dynamicaly-linked host binaries. |