Changeset 812899d5 for BOOK/cross-tools
- Timestamp:
- Feb 19, 2016, 6:18:39 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- 8c4638c
- Parents:
- b84828ce
- Location:
- BOOK/cross-tools
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/glibc.xml
rb84828ce r812899d5 47 47 --host=${CLFS_TARGET} \ 48 48 --build=${CLFS_HOST} \ 49 --disable-profile \50 49 --enable-kernel=&glibc-kernel-version; \ 51 50 --with-binutils=/cross-tools/bin \ … … 87 86 href="../common/glibc.xml" 88 87 xpointer="xpointer(//*[@os='dg8'])"/> 89 90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"91 href="../common/glibc.xml"92 xpointer="xpointer(//*[@os='dg9'])"/>93 88 94 89 </variablelist> -
BOOK/cross-tools/common/glibc.xml
rb84828ce r812899d5 47 47 --host=${CLFS_TARGET} \ 48 48 --build=${CLFS_HOST} \ 49 --disable-profile \50 49 --enable-kernel=&glibc-kernel-version; \ 51 50 --with-binutils=/cross-tools/bin \ … … 89 88 90 89 <varlistentry os="dg5"> 91 <term><parameter>--disable-profile</parameter></term>92 <listitem>93 <para>This builds the libraries without profiling information.94 Omit this option if profiling on the temporary tools is necessary.</para>95 </listitem>96 </varlistentry>97 98 <varlistentry os="dg6">99 90 <term><parameter>--enable-kernel=&glibc-kernel-version;</parameter></term> 100 91 <listitem> … … 104 95 </varlistentry> 105 96 106 <varlistentry os="dg 7">97 <varlistentry os="dg6"> 107 98 <term><parameter>--with-binutils=/cross-tools/bin</parameter></term> 108 99 <listitem> … … 112 103 </varlistentry> 113 104 114 <varlistentry os="dg 8">105 <varlistentry os="dg7"> 115 106 <term><parameter>--with-headers=/tools/include</parameter></term> 116 107 <listitem> … … 122 113 </varlistentry> 123 114 124 <varlistentry os="dg 9">115 <varlistentry os="dg8"> 125 116 <term><parameter>--enable-obsolete-rpc</parameter></term> 126 117 <listitem> -
BOOK/cross-tools/mips64/glibc-n32.xml
rb84828ce r812899d5 51 51 --build=${CLFS_HOST} \ 52 52 --libdir=/tools/lib32 \ 53 --disable-profile \54 53 --enable-kernel=&glibc-kernel-version; \ 55 54 --with-binutils=/cross-tools/bin \ -
BOOK/cross-tools/multilib/glibc-64bit.xml
rb84828ce r812899d5 51 51 --build=${CLFS_HOST} \ 52 52 --libdir=/tools/lib64 \ 53 --disable-profile \54 53 --enable-kernel=&glibc-kernel-version; \ 55 54 --with-binutils=/cross-tools/bin \ -
BOOK/cross-tools/multilib/glibc.xml
rb84828ce r812899d5 45 45 --host=${CLFS_TARGET32} \ 46 46 --build=${CLFS_HOST} \ 47 --disable-profile \48 47 --enable-kernel=&glibc-kernel-version; \ 49 48 --with-binutils=/cross-tools/bin \ … … 90 89 xpointer="xpointer(//*[@os='dg8'])"/> 91 90 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"93 href="../common/glibc.xml"94 xpointer="xpointer(//*[@os='dg9'])"/>95 96 91 </variablelist> 97 92
Note:
See TracChangeset
for help on using the changeset viewer.