mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
[ext] update luftboot submodule
PREFIX now needs the trailing dash, so /foo/bar/arm-none-eabi-
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ ifeq ($(strip $(HAVE_ARM_NONE_EABI_GCC)),)
|
|||||||
TOOLCHAIN=$(shell find -L /opt/paparazzi/arm-multilib -maxdepth 1 -type d -name arm-none-eabi 2>/dev/null | head -n 1)
|
TOOLCHAIN=$(shell find -L /opt/paparazzi/arm-multilib -maxdepth 1 -type d -name arm-none-eabi 2>/dev/null | head -n 1)
|
||||||
ifneq ($(TOOLCHAIN),)
|
ifneq ($(TOOLCHAIN),)
|
||||||
TOOLCHAIN_DIR=$(shell dirname $(TOOLCHAIN))
|
TOOLCHAIN_DIR=$(shell dirname $(TOOLCHAIN))
|
||||||
PREFIX = $(TOOLCHAIN_DIR)/bin/arm-none-eabi
|
PREFIX = $(TOOLCHAIN_DIR)/bin/arm-none-eabi-
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule sw/ext/luftboot updated: 3f40726c72...abec4acf5a
Reference in New Issue
Block a user