summaryrefslogtreecommitdiff
path: root/nuttx/configs/amber
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/amber')
-rw-r--r--nuttx/configs/amber/hello/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/amber/hello/Make.defs b/nuttx/configs/amber/hello/Make.defs
index 4474e1621..66f3ff799 100644
--- a/nuttx/configs/amber/hello/Make.defs
+++ b/nuttx/configs/amber/hello/Make.defs
@@ -57,7 +57,7 @@ endif
ifeq ($(CONFIG_AVR_BUILDROOT),y)
# NuttX buildroot GCC toolchain under Linux or Cygwin
- CROSSDEV = avr-elf-
+ CROSSDEV = avr-nuttx-elf-
MAXOPTIMIZATION = -O2
ARCHCPUFLAGS = -mmcu=atmega128
LDFLAGS += -nostartfiles -nodefaultlibs