perl: fix some arch-specific config.sh variables
authorRoman I Khimov <khimov@altell.ru>
Thu, 25 Nov 2010 11:22:11 +0000 (14:22 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 28 Dec 2010 19:53:03 +0000 (22:53 +0300)
commit74dc138a5da97b4021e0d5b3cd4632bec7ed16f2
tree4333879e029dd130887572c07ff4bc293a0f28c6
parent707e20a57dac0dbd86d5648f4ba1e0fe72064d8e
perl: fix some arch-specific config.sh variables

 * d_nv_preserves_uv, d_u32align, longlongsize: arch-specific, doesn't
   belong to generic config.sh
 * d_printf_format_null: missed definition for 32-bit archs
 * gidformat: wrong definition for 32-bit archs
 * uquadtype: defined twice, clean up
 * sGMTIME_max, sGMTIME_min, sLOCALTIME_max, sLOCALTIME_min: missed
   definition for 64-bit archs
 * d_u32align should be defined for ARM, although it's 32-bit arch

Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/perl/perl-5.10.1/config.sh
recipes/perl/perl-5.10.1/config.sh-32
recipes/perl/perl-5.10.1/config.sh-64
recipes/perl/perl_5.10.1.bb