Changeset 7dda2f2 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jan 4, 2009, 4:17:30 PM (16 years ago)
- Branches:
- master
- Children:
- d2b44d3
- Parents:
- 008ad92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r008ad92 r7dda2f2 38 38 archives into the same directory.</para> 39 39 40 <para os="p1">The following patch fixes numerous issues with 41 cross-compiling Vim:</para> 42 43 <screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen> 40 <para os="cc1">The configure script is full of logic that aborts at the 41 first sign of cross compiling. Set the cached values of those tests with 42 the following command:</para> 43 44 <screen os="cc2"><userinput>echo "vim_cv_getcwd_broken=no" > src/auto/config.cache 45 echo "vim_cv_memmove_handles_overlap=yes" >> src/auto/config.cache 46 echo "vim_cv_stat_ignores_slash=no" >> src/auto/config.cache 47 echo "vim_cv_terminfo=yes" >> src/auto/config.cache 48 echo "vim_cv_tgent=zero" >> src/auto/config.cache 49 echo "vim_cv_toupper_broken=no" >> src/auto/config.cache 50 echo "vim_cv_tty_group=world" >> src/auto/config.cache 51 echo "ac_cv_sizeof_int=4" >> src/auto/config.cache</userinput></screen> 44 52 45 53 <para os="b">Change the default location of
Note:
See TracChangeset
for help on using the changeset viewer.