Changeset f32f537 for temp-system
- Timestamp:
- Feb 21, 2006, 9:26:16 AM (19 years ago)
- Children:
- 4a9cdca
- Parents:
- 360c931
- Location:
- temp-system
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
r360c931 rf32f537 23 23 <title>Installation of Bash</title> 24 24 25 <para os="aa">Fix a minor issue during the build when cross-comp ling:</para>25 <para os="aa">Fix a minor issue during the build when cross-compiling:</para> 26 26 27 27 <screen os="ab"><userinput>cp Makefile.in Makefile.in.orig … … 58 58 <para>This options turns off the use of Bash's memory allocation 59 59 (malloc) function which is known to cause segmentation faults. 60 By turning this option off, Bash will use the malloc function s60 By turning this option off, Bash will use the malloc function 61 61 from Glibc which are more stable.</para> 62 62 </listitem> -
temp-system/common/choose.xml
r360c931 rf32f537 12 12 13 13 <para>TO BE WRITTEN... 14 Introductory text about the dif erecies between the boot and chroot method14 Introductory text about the differencies between the boot and chroot methods 15 15 and who can use any of them or who can use only one.</para> 16 16 -
temp-system/common/gettext.xml
r360c931 rf32f537 42 42 <para>This flag tells Gettext not to build the <filename 43 43 class="libraryfile">asprintf</filename> library. Because 44 nothing in this chapter or the next requires this library a45 nd Gettext gets rebuilt later, exclude it to save time44 nothing in this chapter or the next requires this library 45 and Gettext gets rebuilt later, exclude it to save time 46 46 and space.</para> 47 47 </listitem> -
temp-system/common/gzip.xml
r360c931 rf32f537 52 52 xpointer="xpointer(//*[@os='h'])"/> 53 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"55 href="../../final-system/common/gzip.xml"56 xpointer="xpointer(//*[@os='i'])"/>57 58 54 </sect2> 59 55 -
temp-system/common/zlib.xml
r360c931 rf32f537 39 39 <term><parameter>--shared</parameter></term> 40 40 <listitem> 41 <para>Tells zlib to build shared librar ies.</para>41 <para>Tells zlib to build shared library.</para> 42 42 </listitem> 43 43 </varlistentry> -
temp-system/multilib/binutils.xml
r360c931 rf32f537 67 67 <term><parameter>CC="${CC} ${BUILD64}"</parameter></term> 68 68 <listitem> 69 <para>Tell the compiler to use our 64 bit Build flags.</para>69 <para>Tell the compiler to use our 64 bits Build flags.</para> 70 70 </listitem> 71 71 </varlistentry> -
temp-system/multilib/gettext.xml
r360c931 rf32f537 47 47 <listitem> 48 48 <para>Forces Gettext is use our Target Architecture g++ compiler 49 with our 32 bit build flags.</para>49 with our 32 bits build flags.</para> 50 50 </listitem> 51 51 </varlistentry> -
temp-system/multilib/gzip.xml
r360c931 rf32f537 54 54 xpointer="xpointer(//*[@os='h'])"/> 55 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"57 href="../common/gzip.xml"58 xpointer="xpointer(//*[@os='i'])"/>59 60 56 </sect2> 61 57 -
temp-system/multilib/zlib.xml
r360c931 rf32f537 41 41 <listitem> 42 42 <para>Tell ZLIB to use our architecutre specific gcc and use 43 our 32 bit build flags.</para>43 our 32 bits build flags.</para> 44 44 </listitem> 45 45 </varlistentry> -
temp-system/x86/gcc.xml
r360c931 rf32f537 61 61 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 62 62 63 <para os="ch">Use our cross-comp lier instead of the one GCC builds, named63 <para os="ch">Use our cross-compiler instead of the one GCC builds, named 64 64 <command>xgcc</command>:</para> 65 65
Note:
See TracChangeset
for help on using the changeset viewer.