Commit 08350fe4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed arch and tune GCC settings for QEMU Phenom

parent 2b61c1d3
......@@ -3,7 +3,7 @@
<property name="PRETTY_NAME" value="${ant.project.name} for QEMU Phenom"/>
<property name="CLFS_TARGET" value="x86_64-phenom-linux-gnu"/>
<property name="ARCH" value="x86_64"/>
<property name="GCC_CROSS_CONFIG" value="--with-arch=phenom --with-tune=phenom"/>
<property name="GCC_CROSS_CONFIG" value="--with-arch=barcelona --with-tune=barcelona"/>
<property name="GCC_CONFIG" value="${GCC_CROSS_CONFIG}"/>
<property name="CONSOLE" value="ttyS0"/>
<property name="DISK_LABEL" value="mbr"/>
......
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