diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-10 01:10:01 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-12-10 01:10:01 -0800 |
commit | 5cf859d9d9308e341c58caff45d54a910480ad24 (patch) | |
tree | c35674a1a65d77bfbdb7ffd932d70dcac97714fe /scripts/build/arch/avr.sh | |
parent | afb17244d2b5d86d99dc298694417d1d97c3864d (diff) | |
download | crosstool-ng-5cf859d9d9308e341c58caff45d54a910480ad24.tar.gz crosstool-ng-5cf859d9d9308e341c58caff45d54a910480ad24.tar.bz2 crosstool-ng-5cf859d9d9308e341c58caff45d54a910480ad24.zip |
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 <stilor@att.net>
Diffstat (limited to 'scripts/build/arch/avr.sh')
-rw-r--r-- | scripts/build/arch/avr.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/arch/avr.sh b/scripts/build/arch/avr.sh index fd8c8edd..501b020b 100644 --- a/scripts/build/arch/avr.sh +++ b/scripts/build/arch/avr.sh @@ -2,11 +2,4 @@ CT_DoArchTupleValues() { CT_TARGET_ARCH="${CT_ARCH}" - case "${CT_LIBC}" in - avr-libc) - # avr-libc only seems to work with the non-canonical "avr" target. - CT_TARGET_SKIP_CONFIG_SUB=y - CT_TARGET_SYS= # CT_TARGET_SYS must be empty - ;; - esac } |