Changeset e3196bd for BOOK/final-system/ppc64
- Timestamp:
- Jan 31, 2009, 6:12:17 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ef60d6b
- Parents:
- 833efa2
- Location:
- BOOK/final-system/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64/libtool.xml
r833efa2 re3196bd 55 55 <varlistentry> 56 56 <term><parameter>LDEMULATION=elf32ppc</parameter></term> 57 58 59 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../multilib/libtool.xml" 59 xpointer="xpointer(//*[@os='c2'])"/> 60 60 </varlistentry> 61 61 -
BOOK/final-system/ppc64/yaboot.xml
r833efa2 re3196bd 39 39 <listitem> 40 40 <para>This picks a convenient place within the Makefile's lgcc 41 41 variable and inserts the flag to force <command>gcc</command> to 42 42 create 32-bit code when compiling yaboot.</para> 43 43 </listitem> … … 47 47 <listitem> 48 48 <para>This picks the end of the LFLAGS which the Makefile passes to 49 50 51 49 the linker to create the second-stage linux loader, and inserts a 50 flag to force <command>ld</command> to use a suitable 32-bit 51 emulation picked from the output of <command>'ld -V'</command>.</para> 52 52 </listitem> 53 53 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.