summaryrefslogtreecommitdiff
path: root/scripts/build/arch/avr.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-11 06:31:17 (GMT)
committerGitHub <noreply@github.com>2018-12-11 06:31:17 (GMT)
commitabee9bd48239468b49913ae73dcab5283bcb8810 (patch)
tree1e4b67f370e123bd02c648bb01a86b1dc61d1676 /scripts/build/arch/avr.sh
parent1f65837c01bc6f25b33f4fa108045cb5082f708c (diff)
parentb0d954f0ecdf84c112aeaa249d9ca223af12cf14 (diff)
Merge pull request #1114 from stilor/strip-vendor
Allow removing vendor part of the tuple
Diffstat (limited to 'scripts/build/arch/avr.sh')
-rw-r--r--scripts/build/arch/avr.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/arch/avr.sh b/scripts/build/arch/avr.sh
index fd8c8ed..501b020 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
}