Changeset 65ab9ce for BOOK/cross-tools
- Timestamp:
- Aug 30, 2012, 10:18:02 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f34bfa1
- Parents:
- 10d3d46
- Location:
- BOOK/cross-tools
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/eglibc.xml
r10d3d46 r65ab9ce 60 60 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 61 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6. 0--with-__thread \62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 64 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/alpha/eglibc-headers.xml
r10d3d46 r65ab9ce 61 61 <screen os="s3"><userinput>CC=gcc ../eglibc-&eglibc-version;/configure --prefix=/tools \ 62 62 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 63 --disable-sanity-checks --enable-kernel=2.6. 0\63 --disable-sanity-checks --enable-kernel=2.6.32 \ 64 64 --with-headers=/tools/include --cache-file=config.cache \ 65 65 --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen> … … 113 113 114 114 <varlistentry os="ca6"> 115 <term><parameter>--enable-kernel=2.6. 0</parameter></term>115 <term><parameter>--enable-kernel=2.6.32</parameter></term> 116 116 <listitem> 117 117 <para>This tells EGLIBC to compile the library with support 118 for 2.6. xLinux kernels.</para>118 for 2.6.32 and later Linux kernels.</para> 119 119 </listitem> 120 120 </varlistentry> -
BOOK/cross-tools/common/eglibc.xml
r10d3d46 r65ab9ce 59 59 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 60 60 --disable-profile --enable-add-ons \ 61 --with-tls --enable-kernel=2.6. 0--with-__thread \61 --with-tls --enable-kernel=2.6.32 --with-__thread \ 62 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 63 63 --cache-file=config.cache</userinput></screen> … … 122 122 123 123 <varlistentry os="dg8"> 124 <term><parameter>--enable-kernel=2.6. 0</parameter></term>124 <term><parameter>--enable-kernel=2.6.32</parameter></term> 125 125 <listitem> 126 126 <para>This tells EGLIBC to compile the library with support 127 for 2.6. xLinux kernels.</para>127 for 2.6.32 and later Linux kernels.</para> 128 128 </listitem> 129 129 </varlistentry> -
BOOK/cross-tools/mips64/eglibc-n32.xml
r10d3d46 r65ab9ce 81 81 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \ 82 82 --disable-profile --enable-add-ons \ 83 --with-tls --enable-kernel=2.6. 0--with-__thread \83 --with-tls --enable-kernel=2.6.32 --with-__thread \ 84 84 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 85 85 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/eglibc-64bit.xml
r10d3d46 r65ab9ce 65 65 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 66 66 --disable-profile --enable-add-ons \ 67 --with-tls --enable-kernel=2.6. 0--with-__thread \67 --with-tls --enable-kernel=2.6.32 --with-__thread \ 68 68 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 69 69 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/eglibc.xml
r10d3d46 r65ab9ce 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6. 0--with-__thread \62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 64 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/sparc64/eglibc.xml
r10d3d46 r65ab9ce 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6. 0--with-__thread \62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 64 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/x86/eglibc.xml
r10d3d46 r65ab9ce 61 61 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 62 62 --disable-profile --enable-add-ons \ 63 --with-tls --enable-kernel=2.6. 0--with-__thread \63 --with-tls --enable-kernel=2.6.32 --with-__thread \ 64 64 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 65 65 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/x86_64/eglibc.xml
r10d3d46 r65ab9ce 61 61 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 62 62 --disable-profile --enable-add-ons \ 63 --with-tls --enable-kernel=2.6. 0--with-__thread \63 --with-tls --enable-kernel=2.6.32 --with-__thread \ 64 64 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 65 65 --cache-file=config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.