From 8251a7e2addcfac431bc82bb09e7f8681cc5d582 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Wed, 7 Jul 2010 03:33:13 +0000 Subject: [PATCH] Fixed opt searchpath for overo toolchain. --- conf/Makefile.omap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/Makefile.omap b/conf/Makefile.omap index 1fe03ddc71..da99052ec3 100644 --- a/conf/Makefile.omap +++ b/conf/Makefile.omap @@ -23,7 +23,7 @@ # Define programs and commands. -OVERO_OE=`find ~ /opt / -maxdepth 1 -type d -a \( -name overo-oe -o -name paparazzi-overo \) | head -n 1` +OVERO_OE=`find ~ /opt/paparazzi / -maxdepth 1 -type d -name overo-oe | head -n 1` CC = $(OVERO_OE)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-gcc LD = $(CC)