diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-11-22 21:55:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-24 22:32:24 +0000 |
commit | c27a005ea9df71a22909bd66d94b3e6631718738 (patch) | |
tree | 9eed6ebc5519aa4e5ddc34a158acc1cc4c911faf | |
parent | 6543f1371b7a414884765305edcf5649bf7e2d36 (diff) | |
download | poky-c27a005ea9df71a22909bd66d94b3e6631718738.tar.gz |
site/x86_64-linux: add cvs config variables
configure of cvs packages was failing on the meta-toolchain for a x86_64 target.
Configure error reported:
checking whether printf supports %p... configure: error: cannot run test program while cross compiling
This fixes [YOCTO #1781]
(From OE-Core rev: 061818adbea1af9e98fe0fdf81b21f1e7f210c00)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/site/x86_64-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 3fa8f1eb05..a0a9362fb9 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -118,3 +118,6 @@ ac_cv_func___lshrdi3=no | |||
118 | ac_cv_func___trampoline_setup=no | 118 | ac_cv_func___trampoline_setup=no |
119 | ac_cv_func___ucmpdi2=no | 119 | ac_cv_func___ucmpdi2=no |
120 | ac_cv_func__restgpr_14_x=no | 120 | ac_cv_func__restgpr_14_x=no |
121 | |||
122 | # cvs | ||
123 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | ||