diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-10-11 21:12:10 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-10-11 21:12:17 +1300 |
commit | 2a770f3091656c2793435e60a0c61a71e67e933d (patch) | |
tree | abd2ec7b8ae0b18425a307e0bc1e73b8edba8fd3 | |
parent | 405449624a11265d22f3fdf49228850d8fe2cba6 (diff) | |
parent | c46a6e809e3fe8991d66842725556674e0fc96eb (diff) | |
download | crosstool-ng-2a770f3091656c2793435e60a0c61a71e67e933d.tar.gz crosstool-ng-2a770f3091656c2793435e60a0c61a71e67e933d.tar.bz2 crosstool-ng-2a770f3091656c2793435e60a0c61a71e67e933d.zip |
Merge branch 'ncurses-v6-abi' of https://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r-- | config/comp_libs/ncurses.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/comp_libs/ncurses.in b/config/comp_libs/ncurses.in index c54713cd..4e7e6d47 100644 --- a/config/comp_libs/ncurses.in +++ b/config/comp_libs/ncurses.in @@ -2,7 +2,7 @@ config NCURSES_NEW_ABI bool "ncurses 6.0 ABI support" - depends on EXPERIMENTAL + default y help This option allows you to use the new ncurses-6 ABI. It's wise to leave this disabled and stick with the ncurses-5 ABI! |