summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/arch/avr.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/arch/avr.sh b/scripts/build/arch/avr.sh
new file mode 100644
index 0000000..501b020
--- /dev/null
+++ b/scripts/build/arch/avr.sh
@@ -0,0 +1,5 @@
+# Compute AVR-specific values
+
+CT_DoArchTupleValues() {
+ CT_TARGET_ARCH="${CT_ARCH}"
+}