summaryrefslogtreecommitdiff
path: root/recipes/perl/perl-5.8.7/override-generate-sh.patch
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-19 00:13:05 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-20 17:33:48 +0300
commit753137f9a89402c6c56bae5bad21d7c78f261bec (patch)
treec4980247ff20736e530fd8b75a82e1cdd80c2f27 /recipes/perl/perl-5.8.7/override-generate-sh.patch
parent5911b9afddee7c72ab266e72783a36c05b4f89d7 (diff)
perl: remove versions 5.8.4 and 5.8.7
Obsolete, not used. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/perl-5.8.7/override-generate-sh.patch')
-rw-r--r--recipes/perl/perl-5.8.7/override-generate-sh.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/perl/perl-5.8.7/override-generate-sh.patch b/recipes/perl/perl-5.8.7/override-generate-sh.patch
deleted file mode 100644
index 4c2b0bd752..0000000000
--- a/recipes/perl/perl-5.8.7/override-generate-sh.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Use the ld flags from the supplied configuration file. For sh we need the
-flags that specify to build PIC code so that the shared libraries work.
-
---- perl-5.8.7/Cross/generate_config_sh~ 2006-09-25 16:34:09.000000000 +1000
-+++ perl-5.8.7/Cross/generate_config_sh 2006-09-25 16:34:09.000000000 +1000
-@@ -19,8 +19,8 @@
- $callbacks->{'ar'} = [\&simple_process, ["AR", "arm-linux-ar"]];
- $callbacks->{'archname'} = [\&simple_process, ["SYS", "armv4l-linux"]];
- $callbacks->{'cc'} = [\&simple_process, ["CC", "arm-linux-gcc"]];
--$callbacks->{'cccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
--$callbacks->{'ccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
-+#$callbacks->{'cccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
-+#$callbacks->{'ccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
- $callbacks->{'ccflags'} = [\&simple_process, ["CFLAGS", "-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"]];
- $callbacks->{'ccflags_uselargefiles'} = [\&simple_process, ["CFLAGS", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"]];
- $callbacks->{'ccname'} = [\&simple_process, ["CC", "arm-linux-gcc"]];