Commit ad052024 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Go bootstrap should not use ADX instruction set as KVM64 does not support it

parent 05b54ab8
......@@ -17,6 +17,7 @@
<env key="GOROOT_BOOTSTRAP" path="${builddir}/go1.4"/>
<env key="GOOS" value="linux"/>
<env key="GOARCH" value="${GOARCH}"/>
<env key="CGO_CFLAGS" value="-mno-adx"/>
</exec>
<exec executable="rm" failonerror="true">
<arg line="-rf ${builddir}/go1.4"/>
......
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