diff options
author | Dave Flogeras <dflogeras2@gmail.com> | 2017-02-12 11:21:20 -0400 |
---|---|---|
committer | Dave Flogeras <dflogeras2@gmail.com> | 2017-02-12 17:47:33 -0400 |
commit | 0aa0701fcd4e9168cc63ef5bf11116377766bf24 (patch) | |
tree | 8638e17abef18093634821571619f1b35176db79 /config/toolchain.in | |
parent | 57e1e7e7429aa44ae5406409fad0d9341b86243c (diff) | |
download | crosstool-ng-0aa0701fcd4e9168cc63ef5bf11116377766bf24.tar.gz crosstool-ng-0aa0701fcd4e9168cc63ef5bf11116377766bf24.tar.bz2 crosstool-ng-0aa0701fcd4e9168cc63ef5bf11116377766bf24.zip |
Fix typo in toolchain.in
Signed-off-by: Dave Flogeras <dflogeras2@gmail.com>
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 5a5f9294..9d3ad18d 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -13,7 +13,7 @@ config USE_SYSROOT depends on !BARE_METAL default y help - Use the 'shinny new' sysroot feature of gcc: libraries split between + Use the 'shiny new' sysroot feature of gcc: libraries split between prefix/target/sysroot/lib and prefix/target/sysroot/usr/lib You definitely want to say 'Y' here. Yes you do. I know you do. Say 'Y'. |