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/toolchain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/toolchain.in') diff --git a/config/toolchain.in b/config/toolchain.in index 0599592e..36a4782e 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -121,7 +121,7 @@ comment "Tuple completion and aliasing" config TARGET_VENDOR string prompt "Tuple's vendor string" - depends on !LIBC_AVR_LIBC + depends on !OMIT_TARGET_VENDOR default "unknown" help Vendor part of the target tuple. -- cgit v1.2.3