Commit 51b78813 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should ignore warnings while we building cross-glibc

parent db352ed4
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<env key="CC" value="${CLFS_TARGET}-gcc"/> <env key="CC" value="${CLFS_TARGET}-gcc"/>
<env key="AR" value="${CLFS_TARGET}-ar"/> <env key="AR" value="${CLFS_TARGET}-ar"/>
<env key="RANLIB" value="${CLFS_TARGET}-ranlib"/> <env key="RANLIB" value="${CLFS_TARGET}-ranlib"/>
<arg line="--prefix=/tools --host=${CLFS_TARGET} --build=${CLFS_HOST} --with-binutils=${sysrootdir}/cross-tools/bin --with-headers=${sysrootdir}/tools/include"/> <arg line="--prefix=/tools --disable-werror --host=${CLFS_TARGET} --build=${CLFS_HOST} --with-binutils=${sysrootdir}/cross-tools/bin --with-headers=${sysrootdir}/tools/include"/>
</exec> </exec>
<exec executable="make" dir="${makedir}" failonerror="true"> <exec executable="make" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/> <env key="PATH" path="${PATH}"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment