]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/x86_64-linux: add cvs config variables
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 23 Nov 2011 05:55:51 +0000 (21:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Nov 2011 22:31:27 +0000 (22:31 +0000)
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]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/x86_64-linux

index 3fa8f1eb05bda450ec8e35dd381a3b7112b81868..a0a9362fb9c1431d8a0074da4e8d35efee87cee8 100644 (file)
@@ -118,3 +118,6 @@ ac_cv_func___lshrdi3=no
 ac_cv_func___trampoline_setup=no
 ac_cv_func___ucmpdi2=no
 ac_cv_func__restgpr_14_x=no
+
+# cvs
+cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}