diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-05-28 05:29:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 05:29:29 +0000 |
commit | dcc43c3f171740b96ee4ab0a062e777f9652ea0f (patch) | |
tree | fc2ca583ab8c3bce0c0c3ef0dafc8d3b5704183c /site | |
parent | dc489ec4120cd8b4d59e29d9dea4fb52262ca675 (diff) |
site/sh4-linux-uclibc: Add required entries to get vim to build for sh4 with uclibc.
Diffstat (limited to 'site')
-rw-r--r-- | site/sh4-linux-uclibc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/sh4-linux-uclibc b/site/sh4-linux-uclibc index fd430c0d45..178d05e8e7 100644 --- a/site/sh4-linux-uclibc +++ b/site/sh4-linux-uclibc @@ -27,3 +27,6 @@ ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} # sudo sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} + +# vim +ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |