Changeset fae29d0 for BOOK/boot/ppc64
- 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/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.