Changeset 9cb6b64 for boot/ppc64
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- boot/ppc64
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/ppc64/e2fsprogs.xml
r2ce8e8a r9cb6b64 56 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 57 57 --enable-elf-shlibs --disable-evms \ 58 --build=${ LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>58 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/ppc64/kernel.xml
r2ce8e8a r9cb6b64 63 63 xpointer="xpointer(//*[@os='ae'])"/> 64 64 65 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>65 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 66 66 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 69 xpointer="xpointer(//*[@os='m'])"/> 70 70 71 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>71 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 87 87 xpointer="xpointer(//*[@os='s'])"/> 88 88 89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}- \89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \ 90 90 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 91 91 -
boot/ppc64/mktemp.xml
r2ce8e8a r9cb6b64 43 43 44 44 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --with-libc\ 45 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>45 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 46 46 47 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/ppc64/yaboot-build.xml
r2ce8e8a r9cb6b64 57 57 sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \ 58 58 -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \ 59 -e "s/\(strip \)/${ LFS_TARGET}-\1/" \59 -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 60 60 -e 's/-o root -g root//' \ 61 61 Makefile.orig > Makefile</userinput></screen> … … 65 65 xpointer="xpointer(//*[@os='g'])"/> 66 66 67 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${ LFS_TARGET}-</userinput></screen>67 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${CLFS_TARGET}-</userinput></screen> 68 68 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 75 75 xpointer="xpointer(//*[@os='j0'])"/> 76 76 77 <screen><userinput>make CROSS=${ LFS_TARGET}- ROOT=/tools PREFIX= install 2>&1 | tee instlog</userinput></screen>77 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install 2>&1 | tee instlog</userinput></screen> 78 78 79 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.