Omap target is searching for toolchain in ~ / and /opt now.

This commit is contained in:
Piotr Esden-Tempski
2010-07-06 23:45:42 +00:00
parent 246c547001
commit b3077cdc73
+1 -1
View File
@@ -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)