1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_MATH_INT64 2*4882a593Smuzhiyun bool "perl-math-int64" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun Manipulate 64 bits integers in Perl. 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun http://metacpan.org/release/Math-Int64 8*4882a593Smuzhiyun 9*4882a593Smuzhiyuncomment "perl-math-int64 needs a toolchain w/ dynamic library" 10*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 11