[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5933] fix SRC_ARCH for some targets
From: |
Felix Ruess |
Subject: |
[paparazzi-commits] [5933] fix SRC_ARCH for some targets |
Date: |
Thu, 23 Sep 2010 13:00:43 +0000 |
Revision: 5933
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5933
Author: flixr
Date: 2010-09-23 13:00:26 +0000 (Thu, 23 Sep 2010)
Log Message:
-----------
fix SRC_ARCH for some targets
Modified Paths:
--------------
paparazzi3/trunk/conf/Makefile.jsbsim
paparazzi3/trunk/conf/Makefile.lpc21
paparazzi3/trunk/conf/Makefile.sim
Modified: paparazzi3/trunk/conf/Makefile.jsbsim
===================================================================
--- paparazzi3/trunk/conf/Makefile.jsbsim 2010-09-23 12:33:56 UTC (rev
5932)
+++ paparazzi3/trunk/conf/Makefile.jsbsim 2010-09-23 13:00:26 UTC (rev
5933)
@@ -26,7 +26,7 @@
# Compilator: g++
#
-SRC_ARCH = sim
+SRC_ARCH = arch/sim
CC = g++
SIMDIR = $(PAPARAZZI_SRC)/sw/simulator
Modified: paparazzi3/trunk/conf/Makefile.lpc21
===================================================================
--- paparazzi3/trunk/conf/Makefile.lpc21 2010-09-23 12:33:56 UTC (rev
5932)
+++ paparazzi3/trunk/conf/Makefile.lpc21 2010-09-23 13:00:26 UTC (rev
5933)
@@ -26,8 +26,10 @@
# This is the common Makefile for the arm7-target.
#
-# this should not be needed
-#SRC_ARCH = lpc21
+#TODO: this is not needed in some cases (e.g. ap target as it is defined there
already)
+# but it is needed for other targets like tunnel
+# only define here or elsewhere?
+SRC_ARCH = arch/lpc21
# Define programs and commands.
HAVE_ARM_NONE_EABI_GCC := $(wildcard /usr/bin/arm-none-eabi-gcc)
Modified: paparazzi3/trunk/conf/Makefile.sim
===================================================================
--- paparazzi3/trunk/conf/Makefile.sim 2010-09-23 12:33:56 UTC (rev 5932)
+++ paparazzi3/trunk/conf/Makefile.sim 2010-09-23 13:00:26 UTC (rev 5933)
@@ -26,7 +26,7 @@
#
# this should not be needed
-#SRC_ARCH = sim
+SRC_ARCH = arch/sim
ifneq ($(SIM_TYPE),JSBSIM)
CC = gcc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5933] fix SRC_ARCH for some targets,
Felix Ruess <=