- Timestamp:
- Jun 2, 2014, 3:59:48 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- df8f8fe
- Parents:
- 57413c8
- git-author:
- Chris Staub <chris@…> (06/02/14 03:57:54)
- git-committer:
- Chris Staub <chris@…> (06/02/14 03:59:48)
- Location:
- BOOK
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/glibc.xml
r57413c8 r2546e2d 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
r57413c8 r2546e2d 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
r57413c8 r2546e2d 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
r57413c8 r2546e2d 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
r57413c8 r2546e2d 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> -
BOOK/final-system/common/glibc.xml
r57413c8 r2546e2d 77 77 78 78 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 79 --disable-profile --enable-kernel= 2.6.32--libexecdir=/usr/lib/glibc \79 --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \ 80 80 --enable-obsolete-rpc</userinput></screen> 81 81 -
BOOK/final-system/mips64/glibc-n32.xml
r57413c8 r2546e2d 70 70 <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ 71 71 ../glibc-&glibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable-kernel= 2.6.32\72 --disable-profile --enable-kernel=&glibc-kernel-version; \ 73 73 --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \ 74 74 --enable-obsolete-rpc</userinput></screen> -
BOOK/final-system/multilib/glibc-64bit.xml
r57413c8 r2546e2d 70 70 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 71 71 ../glibc-&glibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable-kernel= 2.6.32\72 --disable-profile --enable-kernel=&glibc-kernel-version; \ 73 73 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \ 74 74 --enable-obsolete-rpc</userinput></screen> -
BOOK/final-system/multilib/glibc.xml
r57413c8 r2546e2d 69 69 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 70 70 ../glibc-&glibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable-kernel= 2.6.32\71 --disable-profile --enable-kernel=&glibc-kernel-version; \ 72 72 --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \ 73 73 --enable-obsolete-rpc</userinput></screen> -
BOOK/final-system/ppc64-64/glibc.xml
r57413c8 r2546e2d 75 75 76 76 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \ 77 --disable-profile --enable-kernel= 2.6.32\77 --disable-profile --enable-kernel=&glibc-kernel-version; \ 78 78 --libexecdir=/usr/lib/glibc --libdir=/usr/lib \ 79 79 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> -
BOOK/final-system/ppc64/glibc-64bit.xml
r57413c8 r2546e2d 69 69 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 70 70 ../glibc-&glibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable-kernel= 2.6.32\71 --disable-profile --enable-kernel=&glibc-kernel-version; \ 72 72 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \ 73 73 --enable-obsolete-rpc</userinput></screen> -
BOOK/final-system/ppc64/glibc.xml
r57413c8 r2546e2d 85 85 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 86 86 ../glibc-&glibc-version;/configure --prefix=/usr \ 87 --disable-profile --enable-kernel= 2.6.32\87 --disable-profile --enable-kernel=&glibc-kernel-version; \ 88 88 --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \ 89 89 --enable-obsolete-rpc</userinput></screen> -
BOOK/final-system/sparc64-64/glibc.xml
r57413c8 r2546e2d 83 83 84 84 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \ 85 --disable-profile --enable-kernel= 2.6.32\85 --disable-profile --enable-kernel=&glibc-kernel-version; \ 86 86 --libexecdir=/usr/lib/glibc --libdir=/usr/lib \ 87 87 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> -
BOOK/final-system/sparc64/glibc-64bit.xml
r57413c8 r2546e2d 77 77 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 78 78 ../glibc-&glibc-version;/configure --prefix=/usr \ 79 --disable-profile --enable-kernel= 2.6.32\79 --disable-profile --enable-kernel=&glibc-kernel-version; \ 80 80 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \ 81 81 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> -
BOOK/final-system/x86/glibc.xml
r57413c8 r2546e2d 67 67 68 68 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 69 --disable-profile --enable-kernel= 2.6.32--libexecdir=/usr/lib/glibc \69 --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \ 70 70 --enable-obsolete-rpc</userinput></screen> 71 71 -
BOOK/final-system/x86_64-64/glibc.xml
r57413c8 r2546e2d 72 72 73 73 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 74 --disable-profile --enable-kernel= 2.6.32\74 --disable-profile --enable-kernel=&glibc-kernel-version; \ 75 75 --libexecdir=/usr/lib/glibc --libdir=/usr/lib \ 76 76 --enable-obsolete-rpc</userinput></screen> -
BOOK/final-system/x86_64/glibc-64bit.xml
r57413c8 r2546e2d 72 72 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 73 73 ../glibc-&glibc-version;/configure --prefix=/usr \ 74 --disable-profile --enable-kernel= 2.6.32\74 --disable-profile --enable-kernel=&glibc-kernel-version; \ 75 75 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \ 76 76 --enable-obsolete-rpc</userinput></screen> -
BOOK/packages.ent
r57413c8 r2546e2d 184 184 <!ENTITY glibc-home "http://www.gnu.org/software/libc/"> 185 185 <!ENTITY glibc-ld-name "ld-&glibc-version;.so"> 186 <!ENTITY glibc-kernel-version "2.6.32"> 186 187 187 188 <!ENTITY gmp-version "6.0.0"> -
BOOK/temp-system/common/choose.xml
r57413c8 r2546e2d 35 35 different architecture, such as building a PowerPC system from an x86. The 36 36 rule of thumb here is that if the architectures match and you are running 37 the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you 38 can just chroot. If you aren't running the same series kernel, or are 39 wanting to run a different ABI, you will need to use the boot option.</para> 37 the same series kernel (specifically, a &glibc-kernel-version; or newer 38 Linux kernel) you can just chroot. If you aren't running the same series 39 kernel, or are wanting to run a different ABI, you will need to use the boot 40 option.</para> 40 41 41 42 <para os="d">If you are in any doubt about this, you can try the following
Note:
See TracChangeset
for help on using the changeset viewer.