diff options
Diffstat (limited to 'scripts/build/arch/moxie.sh')
-rw-r--r-- | scripts/build/arch/moxie.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/build/arch/moxie.sh b/scripts/build/arch/moxie.sh new file mode 100644 index 00000000..91a99690 --- /dev/null +++ b/scripts/build/arch/moxie.sh @@ -0,0 +1,7 @@ +# Moxie-specific arch callbacks + +# No arch-specific overrides yet +CT_DoArchTupleValues() +{ + : +} |