Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64 version perl #33

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified bin/perl
Binary file not shown.
Binary file modified bin/perl5.26.2
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/perlbug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;

my $config_tag1 = '5.26.2 - Wed Jan 19 08:19:35 UTC 2022';
my $config_tag1 = '5.26.2 - Sat Oct 14 10:37:32 UTC 2023';

my $patchlevel_date = 1521920647;
my @patches = Config::local_patches();
Expand Down
2 changes: 1 addition & 1 deletion bin/perlthanks
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;

my $config_tag1 = '5.26.2 - Wed Jan 19 08:19:35 UTC 2022';
my $config_tag1 = '5.26.2 - Sat Oct 14 10:37:32 UTC 2023';

my $patchlevel_date = 1521920647;
my @patches = Config::local_patches();
Expand Down
1,271 changes: 236 additions & 1,035 deletions lib/5.26.2/x86_64-linux/.packlist → lib/5.26.2/aarch64-linux/.packlist

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

/* Package name : perl5
* Source directory : .
* Configuration time: Wed Jan 19 08:19:35 UTC 2022
* Configured by : chylli
* Target system : linux qa68.regentmarkets.com 5.10.0-8-cloud-amd64 #1 smp debian 5.10.46-5 (2021-09-23) x86_64 gnulinux
* Configuration time: Sat Oct 14 10:37:32 UTC 2023
* Configured by : nobody
* Target system : linux b09f1cd25827 6.4.16-linuxkit #1 smp preempt sat sep 23 13:36:48 utc 2023 aarch64 gnulinux
*/

#ifndef _config_h_
Expand All @@ -20,7 +20,7 @@
/* LOC_SED:
* This symbol holds the complete pathname to the sed program.
*/
#define LOC_SED "/usr/bin/sed" /**/
#define LOC_SED "/bin/sed" /**/

/* HAS_ALARM:
* This symbol, if defined, indicates that the alarm routine is
Expand Down Expand Up @@ -994,7 +994,7 @@
* This symbol is defined if the C compiler can cast negative
* or large floating point numbers to 32-bit ints.
*/
/*#define CASTI32 / **/
#define CASTI32 /**/

/* CASTNEGFLOAT:
* This symbol is defined if the C compiler can cast negative
Expand All @@ -1008,8 +1008,8 @@
* 2 = couldn't cast >= 0x80000000
* 4 = couldn't cast in argument expression list
*/
#define CASTNEGFLOAT /**/
#define CASTFLAGS 0 /**/
/*#define CASTNEGFLOAT / **/
#define CASTFLAGS 1 /**/

/* VOID_CLOSEDIR:
* This symbol, if defined, indicates that the closedir() routine
Expand Down Expand Up @@ -1398,8 +1398,8 @@
* This symbol contains the ~name expanded version of ARCHLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
#define ARCHLIB "/home/git/binary-com/perl/lib/5.26.2/x86_64-linux" /**/
#define ARCHLIB_EXP "/home/git/binary-com/perl/lib/5.26.2/x86_64-linux" /**/
#define ARCHLIB "/home/git/binary-com/perl/lib/5.26.2/aarch64-linux" /**/
#define ARCHLIB_EXP "/home/git/binary-com/perl/lib/5.26.2/aarch64-linux" /**/

/* BIN:
* This symbol holds the path of the bin directory where the package will
Expand Down Expand Up @@ -1470,8 +1470,8 @@
* This symbol contains the ~name expanded version of SITEARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
#define SITEARCH "/home/git/regentmarkets/cpan-private/local/lib/perl5/x86_64-linux" /**/
#define SITEARCH_EXP "/home/git/regentmarkets/cpan-private/local/lib/perl5/x86_64-linux" /**/
#define SITEARCH "/home/git/regentmarkets/cpan-private/local/lib/perl5/aarch64-linux" /**/
#define SITEARCH_EXP "/home/git/regentmarkets/cpan-private/local/lib/perl5/aarch64-linux" /**/

/* SITELIB:
* This symbol contains the name of the private library for this package.
Expand Down Expand Up @@ -1512,8 +1512,8 @@
* This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
#define PERL_VENDORARCH "/home/git/regentmarkets/cpan/local/lib/perl5/x86_64-linux" /**/
#define PERL_VENDORARCH_EXP "/home/git/regentmarkets/cpan/local/lib/perl5/x86_64-linux" /**/
#define PERL_VENDORARCH "/home/git/regentmarkets/cpan/local/lib/perl5/aarch64-linux" /**/
#define PERL_VENDORARCH_EXP "/home/git/regentmarkets/cpan/local/lib/perl5/aarch64-linux" /**/

/* PERL_VENDORLIB_EXP:
* This symbol contains the ~name expanded version of VENDORLIB, to be used
Expand All @@ -1538,7 +1538,7 @@
* feature tests from Configure are generally more reliable.
*/
#define OSNAME "linux" /**/
#define OSVERS "5.10.0-8-cloud-amd64" /**/
#define OSVERS "6.4.16-linuxkit" /**/

/* CAT2:
* This macro concatenates 2 tokens together.
Expand Down Expand Up @@ -1783,7 +1783,7 @@
#define HAS_UNAME /**/
/*#define HAS_PHOSTNAME / **/
#ifdef HAS_PHOSTNAME
#define PHOSTNAME "/usr/bin/hostname" /* How to get the host name */
#define PHOSTNAME "/bin/hostname" /* How to get the host name */
#endif

/* HAS_GETNETBYADDR:
Expand Down Expand Up @@ -1939,7 +1939,7 @@
#define HAS_LONG_DOUBLE /**/
#ifdef HAS_LONG_DOUBLE
#define LONG_DOUBLESIZE 16 /**/
#define LONG_DOUBLEKIND 3 /**/
#define LONG_DOUBLEKIND 1 /**/
#define LONG_DOUBLE_IS_DOUBLE 0
#define LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN 1
#define LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN 2
Expand All @@ -1955,8 +1955,8 @@
#define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BIG_ENDIAN LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE /* back-compat */
#define LONG_DOUBLE_STYLE_IEEE
#undef LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE
#define LONG_DOUBLE_STYLE_IEEE_EXTENDED
#undef LONG_DOUBLE_STYLE_IEEE_STD
#undef LONG_DOUBLE_STYLE_IEEE_EXTENDED
#define LONG_DOUBLE_STYLE_IEEE_STD
#undef LONG_DOUBLE_STYLE_VAX
#endif

Expand Down Expand Up @@ -3853,7 +3853,7 @@
* This symbol, if defined, indicates that <quadmath.h> exists and
* should be included.
*/
#define I_QUADMATH /**/
/*#define I_QUADMATH / **/

/* I_SHADOW:
* This symbol, if defined, indicates that <shadow.h> exists and
Expand Down Expand Up @@ -3949,9 +3949,9 @@
* hexadecimal bytes (0xHH) for the long double precision not-a-number.
*/
#define DOUBLEINFBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f /**/
#define DOUBLENANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff /**/
#define LONGDBLINFBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /**/
#define LONGDBLNANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /**/
#define DOUBLENANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f /**/
#define LONGDBLINFBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f /**/
#define LONGDBLNANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f /**/

/* PERL_PRIfldbl:
* This symbol, if defined, contains the string used by stdio to
Expand Down Expand Up @@ -4069,7 +4069,7 @@
* This depends on which floating point type was chosen.
*/
#define DOUBLEMANTBITS 52
#define LONGDBLMANTBITS 64
#define LONGDBLMANTBITS 112
#define NVMANTBITS 52

/* NEED_VA_COPY:
Expand All @@ -4081,7 +4081,7 @@
* of copying mechanisms, handy.h defines a platform-
* independent macro, Perl_va_copy(src, dst), to do the job.
*/
#define NEED_VA_COPY /**/
/*#define NEED_VA_COPY / **/

/* IVTYPE:
* This symbol defines the C type used for Perl's IV.
Expand Down Expand Up @@ -4523,7 +4523,7 @@
* where library files may be held under a private library, for
* instance.
*/
#define ARCHNAME "x86_64-linux" /**/
#define ARCHNAME "aarch64-linux" /**/

/* HAS_ASCTIME_R:
* This symbol, if defined, indicates that the asctime_r routine
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ sub AUTOLOAD {

# tie returns the object, so the value returned to require will be true.
tie %Config, 'Config', {
archlibexp => '/home/git/binary-com/perl/lib/5.26.2/x86_64-linux',
archname => 'x86_64-linux',
archlibexp => '/home/git/binary-com/perl/lib/5.26.2/aarch64-linux',
archname => 'aarch64-linux',
cc => 'cc',
d_readlink => 'define',
d_symlink => 'define',
Expand All @@ -96,13 +96,13 @@ tie %Config, 'Config', {
inc_version_list => ' ',
intsize => '4',
ldlibpthname => 'LD_LIBRARY_PATH',
libpth => '/usr/local/lib /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /lib64 /usr/lib64',
libpth => '/usr/local/lib /usr/include/aarch64-linux-gnu /usr/lib /lib/aarch64-linux-gnu /lib/../lib /usr/lib/aarch64-linux-gnu /usr/lib/../lib /lib',
osname => 'linux',
osvers => '5.10.0-8-cloud-amd64',
osvers => '6.4.16-linuxkit',
path_sep => ':',
privlibexp => '/home/git/binary-com/perl/lib/5.26.2',
scriptdir => '/home/git/binary-com/perl/bin',
sitearchexp => '/home/git/regentmarkets/cpan-private/local/lib/perl5/x86_64-linux',
sitearchexp => '/home/git/regentmarkets/cpan-private/local/lib/perl5/aarch64-linux',
sitelibexp => '/home/git/regentmarkets/cpan-private/local/lib/perl5',
so => 'so',
useithreads => undef,
Expand Down
File renamed without changes.
Loading