Changeset b24764b in clfs-sysroot for BOOK/final-system/arm
- Timestamp:
- Sep 15, 2006, 4:50:45 PM (18 years ago)
- Branches:
- master
- Children:
- bf38bf6
- Parents:
- 64561e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm/perl.xml
r64561e8 rb24764b 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&perl-cross_compile-patch;</userinput></screen> 32 32 33 <para os="a">The Cross directory contains a Makefile for cross-compiling.</para> 34 35 <para os="p3">The following patch causes <filename>DynaLoader.a</filename> 33 <para os="s1">The following sed causes <filename>DynaLoader.a</filename> 36 34 to be built with -fPIC so it can be linked into a shared library 37 35 later.</para> 38 36 39 <screen os="p4"><userinput>patch -Np1 -i ../&perl-fpic-patch;</userinput></screen> 37 <screen os="s2"><userinput>sed -i Makefile.SH \ 38 -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 39 -e "s@static_target='static'@static_target='static_pic'@g"</userinput></screen> 40 41 <para os="a">The Cross directory contains a Makefile for cross-compiling.</para> 40 42 41 43 <screen os="b"><userinput>cd Cross</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.