In perl.git, the branch tux/armv5tel has been created
<http://perl5.git.perl.org/perl.git/commitdiff/9f95bf30dc0ebb332e027670c55e995e995b32c6?hp=0000000000000000000000000000000000000000>
at 9f95bf30dc0ebb332e027670c55e995e995b32c6 (commit)
- Log -----------------------------------------------------------------
commit 9f95bf30dc0ebb332e027670c55e995e995b32c6
Author: H.Merijn Brand <[email protected]>
Date: Mon Sep 2 23:09:11 2013 +0200
Note (new) platform support
Do I need to add some more extensive reading in README.arm or the like?
M pod/perldelta.pod
commit 2a80fa21645a9d736fcfcc0eeff0fa728bf3acbe
Author: H.Merijn Brand <[email protected]>
Date: Mon Sep 2 19:02:22 2013 +0200
Enhance INSTALL instructions for missing libraries
M INSTALL
commit 40d092851cf6c0b8352fb6d672fc0b45b3b2c31f
Author: H.Merijn Brand <[email protected]>
Date: Mon Sep 2 19:01:31 2013 +0200
With symlinks in /lib m and crypt are are no longer exceptions
Configure will only look for libfoo.so. If libfoo.so.{num} exists and
libfoo.so does not, make a symbolic link and start over. For this
Synology DS213, I needed
# cd /lib
# ln -s libm.so.6 libm.so
# ln -s libcrypt.so.1 libcrypt.so
M hints/linux.sh
commit 7a8f1212e5482613c8a5b0402528e3105b26ff24
Author: H.Merijn Brand <[email protected]>
Date: Mon Sep 2 11:40:41 2013 +0200
Search for errno.h in more (semi)default locations
M ext/Errno/Errno_pm.PL
commit 067a6b2c3b8a1fc122f79fedfb7c84262eb4b56c
Author: H.Merijn Brand <[email protected]>
Date: Mon Sep 2 11:39:56 2013 +0200
hints for CPU model Marvell Kirkwood mv6282 ARMv5te
Tested on Synology DS213
architecture arm5tel seems to differ from other ARM
On Synology, all development is installed under /opt
LANG settings other than C are not (really) supported
M hints/linux.sh
-----------------------------------------------------------------------
--
Perl5 Master Repository