projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
7d3846d
)
Commit
2620f43bcbac6652a30e908c3e3852ecc9dc79ae
author
Ivan Holmes
<ivan@ivanholmes.co.uk>
Wed, 9 Aug 2017 20:42:28 +0000
(22:42 +0200)
committer
Michel Pollet
<github.com@pollet.net>
Thu, 10 Aug 2017 06:56:48 +0000
(07:56 +0100)
Makefile.common
patch
|
blob
|
history
|
download
diff --git
a/Makefile.common
b/Makefile.common
index be71d450227ae07824b3bf9482468cf18a1aa1de..840a98e22898b1f976667eb4335818b8a07075d9 100644
(file)
--- a/
Makefile.common
+++ b/
Makefile.common
@@
-48,7
+48,7
@@
CORE_CFLAGS = -DAVR_CORE=1
ifeq (${shell uname}, Darwin)
# gcc 4.2 from MacOS is really not up to scratch anymore
CC = clang
- AVR_ROOT := "/Applications/Arduino.app/Contents/
Resources/
Java/hardware/tools/avr/"
+ AVR_ROOT := "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/"
AVR := ${AVR_ROOT}/bin/avr-
# Thats for MacPorts libelf
ifeq (${shell test -d /opt/local && echo Exists}, Exists)