X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=8f840cb29a0437b91e7e08cfc08e9bbf16ad6048;hb=f6661cc015e1a92450dc3eede97d66005f69cc72;hp=4d0a2ef68119872a6376139b2cbf33a39e498a10;hpb=4188153548fca104bb49cda2d502c708fe4b49d7;p=fw%2Faltos 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