comparison src/INSTALLx.txt @ 23164:99ef85ff1af4

Update runtime files. Commit: https://github.com/vim/vim/commit/1b884a0053982335f644eec6c71027706bf3c522 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 10 21:11:27 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Dec 2020 21:15:05 +0100
parents 073ff46fe397
children b2e8663e6dcc
comparison
equal deleted inserted replaced
23163:ab4a692918ec 23164:99ef85ff1af4
129 129
130 vim_cv_toupper_broken: 130 vim_cv_toupper_broken:
131 Whether the "toupper" C library function works correctly. Set to "yes" 131 Whether the "toupper" C library function works correctly. Set to "yes"
132 if you know it's broken, otherwise set to "no". 132 if you know it's broken, otherwise set to "no".
133 133
134 vim_cv_tty_group:
135 The default group of pseudo terminals. Either set to the numeric value
136 of your tty group or to "world" if they are world accessible.
137
138 vim_cv_tty_mode:
139 The default mode of pseudo terminals if they are not world accessible.
140 Most probably the value "0620".
141
142 134
143 4. EXAMPLE: 135 4. EXAMPLE:
144 =========== 136 ===========
145 137
146 Assuming the target system string is "armeb-xscale-linux-gnu" (a Intel XScale 138 Assuming the target system string is "armeb-xscale-linux-gnu" (a Intel XScale
151 vim_cv_memmove_handles_overlap=yes \ 143 vim_cv_memmove_handles_overlap=yes \
152 vim_cv_stat_ignores_slash=yes \ 144 vim_cv_stat_ignores_slash=yes \
153 vim_cv_tgetent=zero \ 145 vim_cv_tgetent=zero \
154 vim_cv_terminfo=yes \ 146 vim_cv_terminfo=yes \
155 vim_cv_toupper_broken=no \ 147 vim_cv_toupper_broken=no \
156 vim_cv_tty_group=world \
157 ./configure \ 148 ./configure \
158 --build=i586-linux \ 149 --build=i586-linux \
159 --host=armeb-xscale-linux-gnu \ 150 --host=armeb-xscale-linux-gnu \
160 --target=armeb-xscale-linux-gnu \ 151 --target=armeb-xscale-linux-gnu \
161 --with-tlib=ncurses 152 --with-tlib=ncurses