summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-10-10 10:02:03 -0700
committerKeith Packard <keithp@keithp.com>2013-10-10 10:02:03 -0700
commit8af5dd05fe56768f225251bbc66831494d80048e (patch)
tree990a97ba812096938a093ded1173b73ac1557e51
parent2296175eff9e4286eaf44451690701a46595987e (diff)
Another try at skipping broken avr-gcc
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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([])],