Skip to content

Commit

Permalink
ups, fix typo from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Nov 6, 2013
1 parent 6b34ad1 commit 8191fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/Makefile.arm-embedded-toolchain
Expand Up @@ -25,7 +25,7 @@ GCC_LIB_DIR=$(TOOLCHAIN_DIR)/../arm-none-eabi/lib
# if not found in path, try the paparazzi toolchain in /opt
#
ifeq ($(CC),)
TOOLCHAIN=$(shell find -L /opt/paparazzi/arm-multili -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),)
TOOLCHAIN_DIR=$(shell dirname $(TOOLCHAIN))
GCC_BIN_DIR=$(TOOLCHAIN_DIR)/bin
Expand Down

0 comments on commit 8191fe4

Please sign in to comment.