diff options
author | Oliver Schib <lich000king@yahoo.de> | 2016-01-08 18:01:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-08 18:27:03 +0100 |
commit | 10281877223f146b5b6bd4e6e0690d3fad6b9d4f (patch) | |
tree | 8ff496d41cb0cfa1345148f23ce780dbe9b3c857 /target/x86_64/systems | |
parent | 85403888e2f91e08fce1862dcef7c9045a329af1 (diff) |
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 <lich000king@yahoo.de>
Diffstat (limited to 'target/x86_64/systems')
-rw-r--r-- | target/x86_64/systems/generic-x86_64 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |