From beac8c5ac2b55b97dcce3d270d38ad4ec3825e44 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 17:45:38 +0000 Subject: tune: Remove tune-x86_64.inc The tune-x86_64.inc file is conceptually flawed. x86_64 is more akin to the x86 and x86-32 ABIs defined in arch-x86.inc than it is a concrete tune file, such as i586 or core2 - to the extent that everything but the default tune is defined in the arch-x86.inc file. This becomes very apparant when attempting to include tune-x86_64.inc in the x86 tune hierarchy. Remove the tune-x86_64.inc tune file in favor of it being an ABI definition in arch-x86.inc and relying on the linear hierarchy of concrete cpu-types in tune-i586, tune-core2, and tune-corei7. core2_64 should suffice in lieu of x86_64 for all but a couple esoteric corner cases involving older pre-core2 CPUs. In these cases, if they exist at all, the BSP can replace the include tune-x86_64.inc with arch-x86.inc and set the default tune to x86_64. (From OE-Core rev: d8884649b2b3e76519bc10f5908f98d940a9c0cb) Signed-off-by: Darren Hart Cc: Richard Purdie Cc: Paul Eggleton Cc: Tom Zanussi Cc: Nitin Kamble Cc: Mark Hatle Cc: Bruce Ashfield Cc: Martin Jansa Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-x86_64.inc | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta/conf/machine/include/tune-x86_64.inc (limited to 'meta/conf') diff --git a/meta/conf/machine/include/tune-x86_64.inc b/meta/conf/machine/include/tune-x86_64.inc deleted file mode 100644 index ae4812403f..0000000000 --- a/meta/conf/machine/include/tune-x86_64.inc +++ /dev/null @@ -1,4 +0,0 @@ -DEFAULTTUNE ?= "x86-64" - -require conf/machine/include/x86/arch-x86.inc - -- cgit v1.2.3-54-g00ecf