Another try at skipping broken avr-gcc
authorKeith Packard <keithp@keithp.com>
Thu, 10 Oct 2013 17:02:03 +0000 (10:02 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 10 Oct 2013 17:02:03 +0000 (10:02 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index 28a673c53b12ecd189a776870736fb227112b3e3..05d4913bc00b9da604036713bc6aa9a4f0323ffe 100644 (file)
@@ -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([])],