diff options
author | Bdale Garbee <bdale@gag.com> | 2013-10-07 21:56:46 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-10-07 21:56:46 -0600 |
commit | f6661cc015e1a92450dc3eede97d66005f69cc72 (patch) | |
tree | 785595a8e5850770af24eb78ddaa205c937d38b9 | |
parent | 4188153548fca104bb49cda2d502c708fe4b49d7 (diff) |
new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |