From 950e06a7db4d76959d857ab1729a3c42aec07bc6 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 27 Jan 2009 12:46:31 +0100 Subject: conf/machine: EXTRA_PACKAGES_ARCHS cleanup All duplicates in EXTRA_PACKAGE_ARCHS are removed. Moved EXTRA_PACKAGES_ARCHS to include/tune-* files (PPC and x86 targets), dropped it for ARM targets (as tune-arm* files have them defined properly). --- conf/machine/include/tune-x86-prescott.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/include/tune-x86-prescott.inc') 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" -- cgit v1.2.3