We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6bea0 commit 0fd6135Copy full SHA for 0fd6135
Makefile.common
@@ -48,9 +48,7 @@ CORE_CFLAGS = -DAVR_CORE=1
48
ifeq (${shell uname}, Darwin)
49
# If AVR Toolchain was installed from Microchip binaries
50
ifneq (, $(shell which avr-gcc))
51
- CC = clang
52
- AVR_ROOT := $(shell which avr-gcc | awk -F'bin/' '{ print $$1 }')
53
- AVR := ${AVR_ROOT}/bin/avr-
+ AVR := avr-
54
else
55
# gcc 4.2 from MacOS is really not up to scratch anymore
56
CC = clang
0 commit comments