aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 19:54:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 19:54:44 +0000
commit27ec2129d73f3144f8b6436a6a6b10937a3d7155 (patch)
tree8d04a7378abacc76fc1078ee585c593f141ecc64 /nuttx/arch/mips
parent057c41d277bedaac328423816182669fab99a7b4 (diff)
downloadpx4-firmware-27ec2129d73f3144f8b6436a6a6b10937a3d7155.tar.gz
px4-firmware-27ec2129d73f3144f8b6436a6a6b10937a3d7155.tar.bz2
px4-firmware-27ec2129d73f3144f8b6436a6a6b10937a3d7155.zip
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips')
-rw-r--r--nuttx/arch/mips/src/mips32/Toolchain.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/arch/mips/src/mips32/Toolchain.defs b/nuttx/arch/mips/src/mips32/Toolchain.defs
index 9a39c5eda..554e5f044 100644
--- a/nuttx/arch/mips/src/mips32/Toolchain.defs
+++ b/nuttx/arch/mips/src/mips32/Toolchain.defs
@@ -131,7 +131,9 @@ endif
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),MICROCHIPW)
CROSSDEV = pic32-
# CROSSDEV = xc32-
+ifneq ($(CONFIG_WINDOWS_NATIVE),y)
WINTOOL = y
+endif
MAXOPTIMIZATION = -O2
ARCHCPUFLAGS = -mprocessor=elf32pic32mx -mno-float -mlong32 -membedded-data
ARCHPICFLAGS = -fpic -membedded-pic
@@ -156,7 +158,9 @@ endif
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),MICROCHIPW_LITE)
CROSSDEV = pic32-
# CROSSDEV = xc32-
+ifneq ($(CONFIG_WINDOWS_NATIVE),y)
WINTOOL = y
+endif
# MAXOPTIMIZATION = -O2
ARCHCPUFLAGS = -mprocessor=elf32pic32mx -mno-float -mlong32 -membedded-data
ARCHPICFLAGS = -fpic -membedded-pic
@@ -179,7 +183,9 @@ endif
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),PINGUINOW)
CROSSDEV = mips-
+ifneq ($(CONFIG_WINDOWS_NATIVE),y)
WINTOOL = y
+endif
MAXOPTIMIZATION = -O2
ARCHCPUFLAGS = -mlong32 -membedded-data -msoft-float -march=24kc -EL
ARCHPICFLAGS = -fpic -membedded-pic