From: Bdale Garbee Date: Tue, 8 Oct 2013 03:56:46 +0000 (-0600) Subject: new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin X-Git-Tag: 1.2.9.4~57^2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=f6661cc015e1a92450dc3eede97d66005f69cc72 new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin --- diff --git a/configure.ac b/configure.ac index 4d0a2ef6..8f840cb2 100644 --- a/configure.ac +++ b/configure.ac @@ -185,7 +185,7 @@ if test "x$HAVE_SDCC" = "xno"; then AC_MSG_WARN([No sdcc found, cc1111 binaries will not be built]) fi -AC_CHECK_PROG([HAVE_ARM_GCC],[arm-none-eabi-gcc], yes, no,[/opt/cortex/bin]) +AC_CHECK_PROG([HAVE_ARM_GCC],[arm-none-eabi-gcc], yes, no,[/usr/bin]) if test "x$HAVE_ARM_GCC" = "xno"; then AC_MSG_WARN([No summon toolchain arm compiler found, STM32L binaries will not be built]) fi