diff options
Diffstat (limited to 'conf/machine/include/tune-x86-prescott.inc')
-rw-r--r-- | conf/machine/include/tune-x86-prescott.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-x86-prescott.inc b/conf/machine/include/tune-x86-prescott.inc index f3ec4e956a..0a584f085a 100644 --- a/conf/machine/include/tune-x86-prescott.inc +++ b/conf/machine/include/tune-x86-prescott.inc @@ -1,2 +1,3 @@ TARGET_CC_ARCH = "-march=prescott" TARGET_CC_KERNEL_ARCH = "-march=prescott" +PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586" |