diff options
author | Alexey Neyman <stilor@att.net> | 2018-01-29 22:47:26 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-01-29 22:47:26 -0800 |
commit | 1c329c33bf4e1c6767454f98285e91ee19f1f724 (patch) | |
tree | 7862e1c9bfda8aabb266410a408b1a0bdef130b6 /config/configure.in.in | |
parent | 30d741c1e5dbe03970b6c45f23a3b4ed697ae9f1 (diff) | |
download | crosstool-ng-1c329c33bf4e1c6767454f98285e91ee19f1f724.tar.gz crosstool-ng-1c329c33bf4e1c6767454f98285e91ee19f1f724.tar.bz2 crosstool-ng-1c329c33bf4e1c6767454f98285e91ee19f1f724.zip |
Ncurses fixes for 6.1
- Update to 20180129
- Throw in --disable-db-install if database is disabled; otherwise
'make install' tries to run tic which is not built.
- Select appropriate strip utility for the host; otherwise non-x86
architectures fail to install (unless --disable-stripping is also
added)
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/configure.in.in')
-rw-r--r-- | config/configure.in.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/configure.in.in b/config/configure.in.in index aaebbded..3560336d 100644 --- a/config/configure.in.in +++ b/config/configure.in.in @@ -44,3 +44,6 @@ config CONFIGURE_has_svn config CONFIGURE_has_git @KCONFIG_git@ + +config CONFIGURE_has_install_with_strip_program + @KCONFIG_install_with_strip_program@ |