summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/ostest/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/qemu-i486/ostest/Make.defs')
-rw-r--r--nuttx/configs/qemu-i486/ostest/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/Make.defs b/nuttx/configs/qemu-i486/ostest/Make.defs
index fa7dc7bf8..0a2423456 100644
--- a/nuttx/configs/qemu-i486/ostest/Make.defs
+++ b/nuttx/configs/qemu-i486/ostest/Make.defs
@@ -78,7 +78,7 @@ endif
# Cygwin toolchains don't generate ELF binaries.
ifeq ($(HOSTOS),Cygwin)
-CROSSDEV = i486-elf-
+CROSSDEV = i486-nuttx-elf-
else
CROSSDEV =
endif