new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
authorBdale Garbee <bdale@gag.com>
Tue, 8 Oct 2013 03:56:46 +0000 (21:56 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 8 Oct 2013 03:56:46 +0000 (21:56 -0600)
configure.ac

index 4d0a2ef68119872a6376139b2cbf33a39e498a10..8f840cb29a0437b91e7e08cfc08e9bbf16ad6048 100644 (file)
@@ -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