Changeset f1fd69a for boot/ppc64
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (18 years ago)
- Children:
- 6ea30c8
- Parents:
- b18d234
- Location:
- boot/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/ppc64/kernel.xml
rb18d234 rf1fd69a 88 88 89 89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \ 90 INSTALL_MOD_PATH=${ LFS} modules_install</userinput></screen>90 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 91 91 92 92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 98 98 xpointer="xpointer(//*[@os='v'])"/> 99 99 100 <screen><userinput>cp -v vmlinux ${ LFS}/boot/lfskernel-&linux-version;</userinput></screen>100 <screen><userinput>cp -v vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 101 101 102 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/ppc64/yaboot-build.xml
rb18d234 rf1fd69a 50 50 but it will try to use <command>strip</command> to strip the second-stage 51 51 loader. It also expects to be running as root for the install, and to 52 install for the root user, which user LFS cannot do. We also need to use52 install for the root user, which user CLFS cannot do. We also need to use 53 53 the 32-bit compiler, and to force <command>ld</command> to use a 32-bit 54 54 emulation. The following commands will fix and achieve this:</para>
Note:
See TracChangeset
for help on using the changeset viewer.