diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-21 16:24:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-21 16:24:36 +0000 |
commit | 6a809565f92f58eb2e23772b87ab5c4f45ee1dd0 (patch) | |
tree | 52b211eaf82fe28a744ae30c254ec94310953b30 /Cross/installperl.patch | |
parent | 9c98058e3a5614fae5d400e2119d67d3c97a64d1 (diff) | |
download | perl-6a809565f92f58eb2e23772b87ab5c4f45ee1dd0.tar.gz |
Add OpenZaurus cross-compilation patches.
p4raw-id: //depot/perl@19297
Diffstat (limited to 'Cross/installperl.patch')
-rw-r--r-- | Cross/installperl.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Cross/installperl.patch b/Cross/installperl.patch new file mode 100644 index 0000000000..33ad2d4c0a --- /dev/null +++ b/Cross/installperl.patch @@ -0,0 +1,22 @@ +--- ../installperl 2002-07-16 18:57:32.000000000 +0000 ++++ installperl 2003-04-15 01:55:54.000000000 +0000 +@@ -3,8 +3,8 @@ + BEGIN { + require 5.004; + chdir '..' if !-d 'lib' and -d '..\lib'; +- @INC = 'lib'; +- $ENV{PERL5LIB} = 'lib'; ++# @INC = 'lib'; ++# $ENV{PERL5LIB} = 'lib'; + } + + 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; + } |