perl 5.8.8: Allow perl to build when using an external toolchain.
authorJamie Lenehan <lenehan@twibble.org>
Tue, 1 May 2007 11:51:40 +0000 (11:51 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 1 May 2007 11:51:40 +0000 (11:51 +0000)
commitcc0b957aa36df807344e5ef3a12358eb2430383b
treeac3dfecb57dd09bf5bb431d8b1eead9c680ace3f
parent32cbfda7038c0ec4ebc806198a37541a688a5adc
perl 5.8.8: Allow perl to build when using an external toolchain.
This is done by allowing gcc to search for errno.h by itself instead
of manually searching for. The manual search was looking in
STAGING_INCDIR and that's not where the external toolchains headers
are. This whole test is really for handle other compilers and
operating systems, so the simple make gcc do itself should be fine
for us. Closes #1700.
packages/perl/files/letgcc-find-errno.patch [new file with mode: 0644]
packages/perl/perl_5.8.8.bb