mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
6102726147
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>
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
# 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
|