From 10281877223f146b5b6bd4e6e0690d3fad6b9d4f Mon Sep 17 00:00:00 2001 From: Oliver Schib Date: Fri, 8 Jan 2016 18:01:54 +0100 Subject: Add support for x86_64 CPU optimisation in gcc Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib --- target/x86_64/systems/generic-x86_64 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/x86_64') diff --git a/target/x86_64/systems/generic-x86_64 b/target/x86_64/systems/generic-x86_64 index 318006745..ba6dc0f37 100644 --- a/target/x86_64/systems/generic-x86_64 +++ b/target/x86_64/systems/generic-x86_64 @@ -1,6 +1,5 @@ config ADK_TARGET_SYSTEM_GENERIC_X86_64 bool "Generic x86_64 PC" - select ADK_CPU_X86_64 select ADK_TARGET_KERNEL_BZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION select ADK_TARGET_WITH_ACPI -- cgit v1.2.3