mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 21:37:24 +08:00
Fixed opt searchpath for overo toolchain.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
# Define programs and commands.
|
# 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
|
CC = $(OVERO_OE)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-gcc
|
||||||
LD = $(CC)
|
LD = $(CC)
|
||||||
|
|||||||
Reference in New Issue
Block a user