paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5283] readded OPT in makefile.stm32


From: antoine drouin
Subject: [paparazzi-commits] [5283] readded OPT in makefile.stm32
Date: Mon, 09 Aug 2010 19:36:48 +0000

Revision: 5283
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5283
Author:   poine
Date:     2010-08-09 19:36:48 +0000 (Mon, 09 Aug 2010)
Log Message:
-----------
readded OPT in makefile.stm32

Modified Paths:
--------------
    paparazzi3/trunk/conf/Makefile.stm32

Modified: paparazzi3/trunk/conf/Makefile.stm32
===================================================================
--- paparazzi3/trunk/conf/Makefile.stm32        2010-08-09 19:20:32 UTC (rev 
5282)
+++ paparazzi3/trunk/conf/Makefile.stm32        2010-08-09 19:36:48 UTC (rev 
5283)
@@ -80,7 +80,7 @@
 endif
 endif
 
-CFLAGS = -I. -I./$(ARCHI) $(INCLUDES) -D__thumb2__ -Wall -c -msoft-float
+CFLAGS = -I. -I./$(ARCHI) $(INCLUDES) -D__thumb2__ -Wall -c -msoft-float 
-O$(OPT)
 CFLAGS += -Wl,gc-sections
 CFLAGS += -mcpu=$(MCU) -mthumb -ansi
 CFLAGS += -std=gnu99
@@ -195,7 +195,7 @@
 
 start_gdb:
        xterm -e "$(OOCD) -f interface/$(OOCD_INTERFACE).cfg  -f 
target/$(OOCD_TARGET).cfg" &
-       xterm -e "/opt/paparazzi/stm32/bin/openocd -f interface/lisa-l.cfg -f 
boards/lisa-l.cfg"&
+       xterm -e "/opt/paparazzi/stm32/bin/openocd -f interface/lisa-l.cfg -f 
board/lisa-l.cfg"&
 
 start_telnet:
        xterm -e "telnet localhost 4444" &




reply via email to

[Prev in Thread] Current Thread [Next in Thread]