aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crossdev')
-rwxr-xr-xcrossdev3
1 files changed, 3 insertions, 0 deletions
diff --git a/crossdev b/crossdev
index 50d955a..9c0c277 100755
--- a/crossdev
+++ b/crossdev
@@ -144,6 +144,9 @@ parse_target() {
# Now account for all the "special" architectures out there
case ${CTARGET} in
+ # this is a linux+ target, not microcontroller (below)
+ avr32*) :;;
+
avr*) KPKG="[none]"; STAGE_DEFAULT=${STAGE_LIBC};
LCAT="dev-embedded"; LPKG="avr-libc";
GUSE=${GUSE_DISABLE}