summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/ostest/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/avr32dev1/ostest/Make.defs')
-rwxr-xr-xnuttx/configs/avr32dev1/ostest/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/avr32dev1/ostest/Make.defs b/nuttx/configs/avr32dev1/ostest/Make.defs
index e9f384ead..f576986b4 100755
--- a/nuttx/configs/avr32dev1/ostest/Make.defs
+++ b/nuttx/configs/avr32dev1/ostest/Make.defs
@@ -41,12 +41,12 @@ ifeq ($(CONFIG_AVR32_AVRTOOLSW),y)
# AVR Tools under Windows
CROSSDEV = avr32-
WINTOOL = y
- ARCHCPUFLAGS = -march=uc -mpart=uc3b0256
+ ARCHCPUFLAGS = -mpart=uc3b0256
endif
ifeq ($(CONFIG_AVR32_AVRTOOLSL),y)
# AVR Tools under Linux
CROSSDEV = avr32-
- ARCHCPUFLAGS = -march=uc -mpart=uc3b0256
+ ARCHCPUFLAGS = -mpart=uc3b0256
endif
ifeq ($(WINTOOL),y)