- Timestamp:
- Dec 26, 2006, 9:50:37 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- abfae4e
- Parents:
- 0ab3b4b
- Location:
- BOOK/boot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/powerpc-utils.xml
r0ab3b4b rfae29d0 34 34 we only need one program and it is a simple task to compile it.</para> 35 35 36 <screen><userinput> CC="${CC}"-o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>36 <screen><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen> 37 37 38 38 <para os="c">Install the program:</para> -
BOOK/boot/ppc/yaboot-build.xml
r0ab3b4b rfae29d0 52 52 command fixes both issues:</para> 53 53 54 <screen><userinput>cp Makefile ,{.orig}54 <screen><userinput>cp Makefile{,.orig} 55 55 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 56 56 -e 's/-o root -g root//' \ -
BOOK/boot/ppc64/powerpc-utils.xml
r0ab3b4b rfae29d0 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen><userinput> CC="${CC} ${BUILD32}"-o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>37 <screen><userinput>${CC} ${BUILD32} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/yaboot-build.xml
r0ab3b4b rfae29d0 54 54 emulation. The following commands will fix and achieve this:</para> 55 55 56 <screen><userinput>cp Makefile ,{.orig}56 <screen><userinput>cp Makefile{,.orig} 57 57 sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \ 58 58 -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
Note:
See TracChangeset
for help on using the changeset viewer.