projects/generic/options:

- use i686 as target cpu type
This commit is contained in:
Stephan Raue 2010-06-14 01:31:17 +02:00
parent 7b8b9bfe9b
commit d754b9cd0b

View File

@ -32,7 +32,7 @@
# i686 i586 i486 i386 # i686 i586 i486 i386
# (VIA CPUs) c3 c3-2 # (VIA CPUs) c3 c3-2
# #
#TARGET_CPU="i686" TARGET_CPU="i686"
;; ;;
x86_64) x86_64)
@ -40,7 +40,7 @@
# athlon-fx amdfam10 barcelona # athlon-fx amdfam10 barcelona
# (Intel CPUs) atom core2 nocona # (Intel CPUs) atom core2 nocona
# #
#TARGET_CPU="generic" TARGET_CPU="i686"
;; ;;
esac esac