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

This commit is contained in:
Stefan Saraev 2013-04-28 20:05:28 +03:00
parent 4b80af124a
commit 27692c2242

View File

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