From d754b9cd0b311dc143546b5f60aee997ec95f656 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 14 Jun 2010 01:31:17 +0200 Subject: [PATCH] projects/generic/options: - use i686 as target cpu type --- projects/generic/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/generic/options b/projects/generic/options index 1389fad697..8776aef6be 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -32,7 +32,7 @@ # i686 i586 i486 i386 # (VIA CPUs) c3 c3-2 # - #TARGET_CPU="i686" + TARGET_CPU="i686" ;; x86_64) @@ -40,7 +40,7 @@ # athlon-fx amdfam10 barcelona # (Intel CPUs) atom core2 nocona # - #TARGET_CPU="generic" + TARGET_CPU="i686" ;; esac