From 5cf859d9d9308e341c58caff45d54a910480ad24 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 10 Dec 2018 01:10:01 -0800 Subject: Add config flags for omitting 'arch' and 'vendor' ... parts of the config tuple. While here, remove parts that are setting portions of the target tuple to a value that's already the default. Signed-off-by: Alexey Neyman --- config/target.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config/target.in') diff --git a/config/target.in b/config/target.in index c0054f21..8549c5b8 100644 --- a/config/target.in +++ b/config/target.in @@ -19,6 +19,21 @@ config ARCH_SUFFIX If you are not sure about what this is, leave it blank. +config OMIT_TARGET_ARCH + bool + help + Do not include architecture into the target tuple. + +config OMIT_TARGET_VENDOR + bool "Omit vendor part of the target tuple" + help + Do not include vendor into the target tuple. + +config TARGET_SKIP_CONFIG_SUB + bool + help + Skip canonicalization of the target tuple. + #-------------------------------------- comment "Generic target options" -- cgit v1.2.3