Changeset 0d90041 for BOOK/cross-tools/common
- Timestamp:
- May 17, 2014, 5:18:15 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 68a5189
- Parents:
- 48659cb
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
r48659cb r0d90041 52 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --disable-multilib </userinput></screen>54 --disable-static --disable-multilib --disable-werror</userinput></screen> 55 55 56 56 <variablelist os="bd"> … … 117 117 </varlistentry> 118 118 119 <varlistentry os="bd8"> 120 <term><parameter>--disable-werror</parameter></term> 121 <listitem> 122 <para>This prevents the build from stopping in the event that there 123 are warnings from theo host's compiler.</para> 124 </listitem> 125 </varlistentry> 126 119 127 </variablelist> 120 128 -
BOOK/cross-tools/common/binutils.xml
r48659cb r0d90041 52 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --enable-64-bit-bfd --disable-multilib </userinput></screen>54 --disable-static --enable-64-bit-bfd --disable-multilib --disable-werror</userinput></screen> 55 55 56 56 <variablelist os="bd"> … … 124 124 </varlistentry> 125 125 126 <varlistentry os="bd9"> 127 <term><parameter>--disble-werror</parameter></term> 128 <listitem> 129 <para>This prevents the build from stopping in the event that there 130 are warnings from the host's compiler.</para> 131 </listitem> 132 </varlistentry> 126 133 </variablelist> 127 134
Note:
See TracChangeset
for help on using the changeset viewer.