Changeset 6db8b2c
- Timestamp:
- Feb 21, 2006, 2:00:39 AM (19 years ago)
- Children:
- bbeade2
- Parents:
- 2533bdfd
- Files:
-
- 1 added
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/sparc/elftoaout.xml
r2533bdfd r6db8b2c 23 23 <title>Installation of ELFtoaout</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/sparc/elftoaout.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/sparc/elftoaout.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 25 33 <para>Compile the ELFtoaout package:</para> 26 34 -
final-system/sparc/elftoaout.xml
r2533bdfd r6db8b2c 33 33 <title>Installation of ELFtoaout</title> 34 34 35 <para>Compile the ELFtoaout package:</para> 35 <para os="p1">The following patch fixes some 64 bit issues with 36 elftoaout:</para> 36 37 37 <screen ><userinput>make</userinput></screen>38 <screen os="p2"><userinput>patch -Np1 -i ../&elftoaout-fixes-patch;</userinput></screen> 38 39 39 <para >Install thepackage:</para>40 <para os="a">Compile the ELFtoaout package:</para> 40 41 41 <screen><userinput>make install</userinput></screen> 42 <screen os="b"><userinput>make</userinput></screen> 43 44 <para os="c">Install the package:</para> 45 46 <screen os="d"><userinput>make install</userinput></screen> 42 47 43 48 </sect2> -
final-system/sparc64-64-chapter.xml
r2533bdfd r6db8b2c 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64 -64/elftoaout.xml"/>65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/elftoaout.xml"/> 66 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> -
final-system/sparc64/elftoaout.xml
r2533bdfd r6db8b2c 22 22 <title>Installation of ELFtoaout</title> 23 23 24 <para>Compile the ELFtoaout package:</para> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../sparc/elftoaout.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 25 27 26 <screen><userinput>make CC="gcc ${BUILD32}"</userinput></screen> 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../sparc/elftoaout.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 27 31 28 <para>Install the package:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../sparc/elftoaout.xml" 34 xpointer="xpointer(//*[@os='a'])"/> 35 36 <screen os="b"><userinput>make CC="gcc ${BUILD64}</userinput></screen> 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../sparc/elftoaout.xml" 40 xpointer="xpointer(//*[@os='c'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../sparc/elftoaout.xml" 44 xpointer="xpointer(//*[@os='d'])"/> 29 45 30 46 <screen><userinput>make install</userinput></screen> -
introduction/sparc/changelog.xml
r2533bdfd r6db8b2c 41 41 32 Bit.</para> 42 42 </listitem> 43 <listitem> 44 <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using 45 a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para> 46 </listitem> 43 47 </itemizedlist> 44 48 </listitem> -
introduction/sparc64-64/changelog.xml
r2533bdfd r6db8b2c 40 40 <para>[jim] - Added patch to fix Binutils Sparc aout usage.</para> 41 41 </listitem> 42 <listitem> 43 <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using 44 a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para> 45 </listitem> 42 46 </itemizedlist> 43 47 </listitem> -
introduction/sparc64/changelog.xml
r2533bdfd r6db8b2c 40 40 <para>[jim] - Silo builds correctly only if Silo and Elftoaout are built as 41 41 32 Bit.</para> 42 </listitem> 43 <listitem> 44 <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using 45 a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para> 42 46 </listitem> 43 47 </itemizedlist> -
materials/sparc/patches.xml
r2533bdfd r6db8b2c 26 26 <para><ulink 27 27 url="&patches-root;binutils/&binutils-sparc_tls-patch;"/></para> 28 </listitem> 29 </varlistentry> 30 31 <varlistentry os="elftoaout-fixes-patch"> 32 <term>Elftoaout Fixes Patch - 6.7 KB:</term> 33 <listitem> 34 <para><ulink 35 url="&patches-root;elftoaout/&elftoaout-fixes-patch;"/></para> 28 36 </listitem> 29 37 </varlistentry> -
materials/sparc64-64/patches.xml
r2533bdfd r6db8b2c 20 20 href="../sparc/patches.xml" 21 21 xpointer="xpointer(//*[@os='binutils-sparc_tls-patch'])"/> 22 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 24 href="../sparc/patches.xml" 25 xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/> 22 26 23 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
materials/sparc64/patches.xml
r2533bdfd r6db8b2c 24 24 href="../sparc/patches.xml" 25 25 xpointer="xpointer(//*[@os='binutils-sparc_tls-patch'])"/> 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 href="../sparc/patches.xml" 29 xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/> 26 30 27 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
materials/sparcv8/patches.xml
r2533bdfd r6db8b2c 16 16 href="../sparc/patches.xml" 17 17 xpointer="xpointer(//*[@os='binutils-sparc_aout-patch'])"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 20 href="../sparc/patches.xml" 21 xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/> 18 22 19 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
patches.ent
r2533bdfd r6db8b2c 83 83 <!ENTITY binutils-sparc_aout-patch "binutils-&binutils-version;-sparc_aout-1.patch"> 84 84 85 <!ENTITY elftoaout-fixes-patch "elftoaout-&elftoaout-version;-64bit_fixes-1.patch"> 86 85 87 <!ENTITY glibc-sparc_tls-patch "glibc-&glibc-version;-sparc_tls-1.patch"> 86 88 <!ENTITY glibc-sparc_gcc4_fixes-patch "glibc-&glibc-linuxthreads-version;-sparc_gcc4_fixes-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.