projects/Virtual: x86_64: set target cpu to 'x86-64'

This commit is contained in:
Stefan Saraev 2013-04-28 20:02:10 +03:00
parent 4737666269
commit 179ce37e77

View File

@ -43,7 +43,7 @@
# athlon-fx amdfam10 barcelona
# (Intel CPUs) atom core2 nocona
#
TARGET_CPU="nocona"
TARGET_CPU="x86-64"
;;
arm)