diff options
| author | Alexey Neyman <stilor@att.net> | 2017-07-08 21:43:27 -0700 |
|---|---|---|
| committer | Alexey Neyman <stilor@att.net> | 2017-07-08 21:43:27 -0700 |
| commit | 64d5c254c7ea6b0e8dbccd01cafaa8d8d1aa3906 (patch) | |
| tree | 527df00de37c650df4ca48b13af78ff255bad2ca /config | |
| parent | 0490687512ed6eae3cf75037f375b654acbe16e0 (diff) | |
| download | crosstool-ng-64d5c254c7ea6b0e8dbccd01cafaa8d8d1aa3906.tar.gz crosstool-ng-64d5c254c7ea6b0e8dbccd01cafaa8d8d1aa3906.tar.bz2 crosstool-ng-64d5c254c7ea6b0e8dbccd01cafaa8d8d1aa3906.zip | |
Fix xtensa overlays
They are unpacked properly, but fail during build.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
| -rw-r--r-- | config/target.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in index b96a4c2c..738f06b1 100644 --- a/config/target.in +++ b/config/target.in @@ -415,7 +415,7 @@ config OVERLAY_NAME '<ARCH>_<OVERLAY_NAME>.tar' (optionally, with .gz/.bz2/.lzma/.xz extension). - Leave blank to use the default '<ARCH>-overlay.tar'. + Leave blank to use the default '<ARCH>_overlay.tar'. For more information about this option, please also consult the section 'Using crosstool-NG to build Xtensa toolchains' in the in http://crosstool-ng.github.io/docs/caveats-features/ |
