summaryrefslogtreecommitdiff
path: root/Cross/installperl.patch
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-28 05:08:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-28 05:08:07 +0000
commite42fa77b579283ff48061baf2c5174858a85329a (patch)
treed3fe126850f3f8b507c34a7af09bb882ae7898f7 /Cross/installperl.patch
parent3874323d73ef08e6639270ea07e834aec3e379f1 (diff)
downloadperl-e42fa77b579283ff48061baf2c5174858a85329a.tar.gz
OpenZaurus cross-compilation patches from Redvers Davies.
p4raw-id: //depot/perl@19627
Diffstat (limited to 'Cross/installperl.patch')
-rw-r--r--Cross/installperl.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cross/installperl.patch b/Cross/installperl.patch
index 33ad2d4c0a..1a1c5a6870 100644
--- a/Cross/installperl.patch
+++ b/Cross/installperl.patch
@@ -1,5 +1,5 @@
---- ../installperl 2002-07-16 18:57:32.000000000 +0000
-+++ installperl 2003-04-15 01:55:54.000000000 +0000
+--- ../installperl 2003-03-26 21:07:13.000000000 +0000
++++ installperl 2003-05-01 11:17:48.000000000 +0000
@@ -3,8 +3,8 @@
BEGIN {
require 5.004;
@@ -11,12 +11,12 @@
}
use strict;
-@@ -876,7 +876,7 @@
- print " " if (@opts);
- print "$file\n";
- }
-- system("strip", @opts, $file);
-+ system("XXSTRIPXX-strip", @opts, $file);
- } else {
- print "# file '$file' skipped\n" if $verbose;
- }
+@@ -878,7 +878,7 @@
+ print " " if (@opts);
+ print "$file\n";
+ }
+- system("strip", @opts, $file);
++ system("XXSTRIPXX-strip", @opts, $file);
+ } else {
+ print "# file '$file' skipped\n" if $verbose;
+ }