paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [5021] Omap target is searching for toolchain in ~ /


From: Piotr Esden-Tempski
Subject: [paparazzi-commits] [5021] Omap target is searching for toolchain in ~ / and /opt now.
Date: Tue, 06 Jul 2010 23:45:43 +0000

Revision: 5021
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5021
Author:   esden
Date:     2010-07-06 23:45:42 +0000 (Tue, 06 Jul 2010)
Log Message:
-----------
Omap target is searching for toolchain in ~ / and /opt now.

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

Modified: paparazzi3/trunk/conf/Makefile.omap
===================================================================
--- paparazzi3/trunk/conf/Makefile.omap 2010-07-06 18:17:58 UTC (rev 5020)
+++ paparazzi3/trunk/conf/Makefile.omap 2010-07-06 23:45:42 UTC (rev 5021)
@@ -23,7 +23,7 @@
 
 # Define programs and commands.
 
-OVERO_OE=/overo-oe
+OVERO_OE=`find ~ /opt / -maxdepth 1 -type d -a \( -name overo-oe -o -name 
paparazzi-overo \) | head -n 1`
 
 CC = $(OVERO_OE)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-gcc
 LD = $(CC)




reply via email to

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