Files
Marcel Denia 1c0bf8c605 perl: Don't link against libnsl, fix PPC signedness
perl: Don't try to link against libnsl

And also remove all other references to avoid confusion.
libnsl isn't really needed. Removing it allows glibc based
toolchains to build perl.

perl: Make I8/I16/I32 types explicitly signed for PPC

Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on PPC, like negative array indices.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-10-28 18:50:59 +01:00
..
2014-07-19 14:08:11 +02:00
2014-06-16 17:04:06 +02:00
2014-07-28 10:28:58 +07:00
2014-06-11 10:05:59 +02:00
2014-08-11 18:04:56 +02:00