Commit b7b07a59 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We no longer need to patch gcc for aarch64 configuration

parent 8fe3385c
......@@ -102,9 +102,6 @@
<exec executable="tar" failonerror="true">
<arg line="xf packages/gcc/gcc-9.1.0.tar.xz -C ${builddir}"/>
</exec>
<exec executable="patch" dir="${builddir}/gcc-9.1.0" failonerror="true">
<arg line="-Np1 -i ${basedir}/packages/gcc/gcc-9.1.0-aarch64_fix.patch"/>
</exec>
<exec executable="bash" dir="${builddir}/gcc-9.1.0" failonerror="true">
<arg value="-c"/>
<arg value="sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&amp;@g' -e 's@/usr@/tools@g' -i gcc/config/linux.h"/>
......
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