From: Keith Packard Date: Thu, 10 Oct 2013 17:02:03 +0000 (-0700) Subject: Another try at skipping broken avr-gcc X-Git-Tag: 1.2.9.4~46 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=8af5dd05fe56768f225251bbc66831494d80048e Another try at skipping broken avr-gcc Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index 28a673c5..05d4913b 100644 --- a/configure.ac +++ b/configure.ac @@ -335,6 +335,7 @@ else save_LIBS="$LIBS" CC="$with_avr_cc" + CFLAGS="-mmcu=attiny85" AC_LANG_PUSH([C]) AC_MSG_CHECKING([if ]$with_avr_cc[ can link programs]) AC_LINK_IFELSE([AC_LANG_PROGRAM([])],