Changeset eb170af in clfs-sysroot for BOOK/final-system/arm/perl.xml


Ignore:
Timestamp:
Jan 5, 2009, 12:01:23 PM (16 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
dfc895e
Parents:
0eb57e6
Message:

Cannot depend on host system having recent GNU sed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm/perl.xml

    r0eb57e6 reb170af  
    4040    later:</para>
    4141
    42 <screen os="s2"><userinput>sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
    43     -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH</userinput></screen>
     42<screen os="s2"><userinput>cp -v Makefile.SH{,.orig}
     43sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
     44    -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen>
    4445
    4546    <para os="a">The Cross directory contains a Makefile for cross-compiling:</para>
Note: See TracChangeset for help on using the changeset viewer.