Changeset 11e2d29 for BOOK/cross-tools
- Timestamp:
- Jun 2, 2014, 3:57:54 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- f9639be
- Parents:
- 63d00be
- Location:
- BOOK/cross-tools
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/glibc.xml
r63d00be r11e2d29 59 59 ../glibc-&glibc-version;/configure --prefix=/tools \ 60 60 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 61 --disable-profile --with-tls --enable-kernel= 2.6.32--with-__thread \61 --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \ 62 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 63 63 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/common/glibc.xml
r63d00be r11e2d29 55 55 ../glibc-&glibc-version;/configure --prefix=/tools \ 56 56 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 57 --disable-profile --with-tls --enable-kernel= 2.6.32\57 --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; \ 58 58 --with-__thread --with-binutils=/cross-tools/bin \ 59 59 --with-headers=/tools/include --enable-obsolete-rpc \ … … 111 111 112 112 <varlistentry os="dg7"> 113 <term><parameter>--enable-kernel= 2.6.32</parameter></term>113 <term><parameter>--enable-kernel=&glibc-kernel-version;</parameter></term> 114 114 <listitem> 115 115 <para>This tells Glibc to compile the library with support 116 for 2.6.32and later Linux kernels.</para>116 for &glibc-kernel-version; and later Linux kernels.</para> 117 117 </listitem> 118 118 </varlistentry> -
BOOK/cross-tools/mips64/glibc-n32.xml
r63d00be r11e2d29 64 64 ../glibc-&glibc-version;/configure --prefix=/tools \ 65 65 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \ 66 --disable-profile --with-tls --enable-kernel= 2.6.32--with-__thread \66 --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \ 67 67 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 68 68 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/glibc-64bit.xml
r63d00be r11e2d29 64 64 ../glibc-&glibc-version;/configure --prefix=/tools \ 65 65 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 66 --disable-profile --with-tls --enable-kernel= 2.6.32--with-__thread \66 --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \ 67 67 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 68 68 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/glibc.xml
r63d00be r11e2d29 59 59 ../glibc-&glibc-version;/configure --prefix=/tools \ 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 --disable-profile --with-tls --enable-kernel= 2.6.32--with-__thread \61 --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \ 62 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 63 63 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.