Changeset 82b753e0
- Timestamp:
- Dec 13, 2012, 3:57:15 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d7773de8
- Parents:
- b3a4933
- Location:
- BOOK
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/eglibc.xml
rb3a4933 r82b753e0 59 59 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 60 60 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 63 --cache-file=config.cache</userinput></screen> … … 106 105 href="../common/eglibc.xml" 107 106 xpointer="xpointer(//*[@os='dg10'])"/> 107 108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 109 href="../common/eglibc.xml" 110 xpointer="xpointer(//*[@os='dg11'])"/> 108 111 109 112 </variablelist> -
BOOK/cross-tools/common/eglibc.xml
rb3a4933 r82b753e0 58 58 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 59 59 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 60 --disable-profile --enable-add-ons \ 61 --with-tls --enable-kernel=2.6.32 --with-__thread \ 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 63 --cache-file=config.cache</userinput></screen> 60 --disable-profile --with-tls --enable-kernel=2.6.32 61 --with-__thread --with-binutils=/cross-tools/bin 62 --with-headers=/tools/include --cache-file=config.cache</userinput></screen> 64 63 65 64 <variablelist os="dg"> … … 107 106 108 107 <varlistentry os="dg6"> 109 <term><parameter>--enable-add-ons</parameter></term>110 <listitem>111 <para>This tells EGLIBC to utilize all add-ons that are112 available.</para>113 </listitem>114 </varlistentry>115 116 <varlistentry os="dg7">117 108 <term><parameter>--with-tls</parameter></term> 118 109 <listitem> … … 121 112 </varlistentry> 122 113 123 <varlistentry os="dg 8">114 <varlistentry os="dg7"> 124 115 <term><parameter>--enable-kernel=2.6.32</parameter></term> 125 116 <listitem> … … 129 120 </varlistentry> 130 121 131 <varlistentry os="dg 9">122 <varlistentry os="dg8"> 132 123 <term><parameter>--with-__thread</parameter></term> 133 124 <listitem> … … 137 128 </varlistentry> 138 129 139 <varlistentry os="dg 10">130 <varlistentry os="dg9"> 140 131 <term><parameter>--with-binutils=/cross-tools/bin</parameter></term> 141 132 <listitem> … … 145 136 </varlistentry> 146 137 147 <varlistentry os="dg1 1">138 <varlistentry os="dg10"> 148 139 <term><parameter>--with-headers=/tools/include</parameter></term> 149 140 <listitem> … … 155 146 </varlistentry> 156 147 157 <varlistentry os="dg1 2">148 <varlistentry os="dg11"> 158 149 <term><parameter>--cache-file=config.cache</parameter></term> 159 150 <listitem> -
BOOK/cross-tools/mips64/eglibc-n32.xml
rb3a4933 r82b753e0 80 80 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 81 81 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \ 82 --disable-profile --enable-add-ons \ 83 --with-tls --enable-kernel=2.6.32 --with-__thread \ 82 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 84 83 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 85 84 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/eglibc-64bit.xml
rb3a4933 r82b753e0 64 64 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 65 65 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 66 --disable-profile --enable-add-ons \ 67 --with-tls --enable-kernel=2.6.32 --with-__thread \ 66 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 68 67 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 69 68 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/eglibc.xml
rb3a4933 r82b753e0 59 59 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 63 --cache-file=config.cache</userinput></screen> … … 111 110 xpointer="xpointer(//*[@os='dg10'])"/> 112 111 112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 113 href="../common/eglibc.xml" 114 xpointer="xpointer(//*[@os='dg11'])"/> 115 113 116 </variablelist> 114 117 -
BOOK/cross-tools/ppc64/eglibc.xml
rb3a4933 r82b753e0 94 94 xpointer="xpointer(//*[@os='dg10'])"/> 95 95 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 href="../common/eglibc.xml" 98 xpointer="xpointer(//*[@os='dg11'])"/> 99 96 100 </variablelist> 97 101 -
BOOK/cross-tools/sparc64/eglibc.xml
rb3a4933 r82b753e0 59 59 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 63 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/x86/eglibc.xml
rb3a4933 r82b753e0 60 60 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 61 61 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 62 --disable-profile --enable-add-ons \ 63 --with-tls --enable-kernel=2.6.32 --with-__thread \ 62 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 64 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 65 64 --cache-file=config.cache</userinput></screen> … … 120 119 xpointer="xpointer(//*[@os='dg11'])"/> 121 120 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"123 href="../common/eglibc.xml"124 xpointer="xpointer(//*[@os='dg12'])"/>125 126 121 </variablelist> 127 122 -
BOOK/cross-tools/x86_64/eglibc.xml
rb3a4933 r82b753e0 60 60 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 61 61 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 62 --disable-profile --enable-add-ons \ 63 --with-tls --enable-kernel=2.6.32 --with-__thread \ 62 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 64 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 65 64 --cache-file=config.cache</userinput></screen> … … 116 115 xpointer="xpointer(//*[@os='dg10'])"/> 117 116 117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 118 href="../common/eglibc.xml" 119 xpointer="xpointer(//*[@os='dg11'])"/> 120 118 121 </variablelist> 119 122 -
BOOK/final-system/common/eglibc.xml
rb3a4933 r82b753e0 79 79 80 80 <screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \ 81 --disable-profile --enable-add-ons --enable-kernel=2.6.32 \ 82 --libexecdir=/usr/lib/eglibc</userinput></screen> 81 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen> 83 82 84 83 <variablelist os="i"> -
BOOK/final-system/mips64/eglibc-n32.xml
rb3a4933 r82b753e0 86 86 <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ 87 87 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 88 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \88 --disable-profile --enable-kernel=2.6.32 \ 89 89 --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen> 90 90 -
BOOK/final-system/multilib/eglibc-64bit.xml
rb3a4933 r82b753e0 70 70 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 71 71 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \72 --disable-profile --enable-kernel=2.6.32 \ 73 73 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64</userinput></screen> 74 74 -
BOOK/final-system/multilib/eglibc.xml
rb3a4933 r82b753e0 69 69 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 70 70 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \71 --disable-profile --enable-kernel=2.6.32 \ 72 72 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 73 73 -
BOOK/final-system/ppc64/eglibc-64bit.xml
rb3a4933 r82b753e0 69 69 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 70 70 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \71 --disable-profile --enable-kernel=2.6.32 \ 72 72 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 73 73 -
BOOK/final-system/ppc64/eglibc.xml
rb3a4933 r82b753e0 85 85 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 86 86 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 87 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \87 --disable-profile --enable-kernel=2.6.32 \ 88 88 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 89 89 -
BOOK/final-system/sparc64-64/eglibc.xml
rb3a4933 r82b753e0 83 83 84 84 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 85 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \85 --disable-profile --enable-kernel=2.6.32 \ 86 86 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 87 87 --cache-file=config.cache</userinput></screen> -
BOOK/final-system/sparc64/eglibc-64bit.xml
rb3a4933 r82b753e0 77 77 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 78 78 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 79 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \79 --disable-profile --enable-kernel=2.6.32 \ 80 80 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \ 81 81 --cache-file=config.cache</userinput></screen> -
BOOK/final-system/x86/eglibc.xml
rb3a4933 r82b753e0 68 68 <screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \ 69 69 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 70 --disable-profile --enable-add-ons --enable-kernel=2.6.32 \ 71 --libexecdir=/usr/lib/eglibc</userinput></screen> 70 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen> 72 71 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/x86_64-64/eglibc.xml
rb3a4933 r82b753e0 73 73 <screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \ 74 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 75 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \75 --disable-profile --enable-kernel=2.6.32 \ 76 76 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen> 77 77 -
BOOK/final-system/x86_64/eglibc-64bit.xml
rb3a4933 r82b753e0 73 73 CFLAGS="-mtune=generic -g -O2" \ 74 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 75 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \75 --disable-profile --enable-kernel=2.6.32 \ 76 76 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 77 77 -
BOOK/final-system/x86_64/eglibc.xml
rb3a4933 r82b753e0 70 70 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \ 71 71 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \72 --disable-profile --enable-kernel=2.6.32 \ 73 73 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 74 74 -
BOOK/introduction/common/changelog.xml
rb3a4933 r82b753e0 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>Date</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed redundant --enable-add-ons parameter from 44 EGLIBC installation.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.