diff options
| author | Alexey Neyman <stilor@att.net> | 2015-11-07 23:31:46 -0800 |
|---|---|---|
| committer | Alexey Neyman <stilor@att.net> | 2015-11-13 10:31:46 -0800 |
| commit | 6102726147a6e81fd7ec209db14337055a99b84b (patch) | |
| tree | 76c429442733b2c013d4127fb0ce2fe8862592dd /config/companion_libs | |
| parent | ac7ce3847590bd0983c581ad15c01a27c6637f18 (diff) | |
| download | crosstool-ng-6102726147a6e81fd7ec209db14337055a99b84b.tar.gz crosstool-ng-6102726147a6e81fd7ec209db14337055a99b84b.tar.bz2 crosstool-ng-6102726147a6e81fd7ec209db14337055a99b84b.zip | |
Change ncurses to a companion library.
Currently, builds for build and target (matching the current
implementation). Need to add building for host for canadian crosses.
TIC_PATH is removed - configure in ncurses searches $PATH, so it finds
'tic' in buildtools anyway. Arguably unneeded code for MacOS also
removed, with a FIXME comment for validation by someone using MacOS.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/companion_libs')
| -rw-r--r-- | config/companion_libs/ncurses.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/companion_libs/ncurses.in b/config/companion_libs/ncurses.in new file mode 100644 index 00000000..550cdc05 --- /dev/null +++ b/config/companion_libs/ncurses.in @@ -0,0 +1,19 @@ +# expat config file + +choice + bool + prompt "ncurses version" +# Don't remove next line +# CT_INSERT_VERSION_BELOW + +config NCURSES_V_5_9 + bool + prompt "5.9" + +endchoice + +config NCURSES_VERSION + string +# Don't remove next line +# CT_INSERT_VERSION_STRING_BELOW + default "5.9" if NCURSES_V_5_9 |
