summaryrefslogtreecommitdiff
path: root/src/micropeak
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-10-08 09:50:21 -0700
committerKeith Packard <keithp@keithp.com>2013-10-08 09:50:21 -0700
commit0e5d1f3ce39495e3702ecd22cb45972e13a5c986 (patch)
tree752d01425ded941fb2959de50f237a076605c204 /src/micropeak
parentf7cccbb7a624a2a47b21682f416a135a28319b41 (diff)
altos: avr-gcc appears to find the loader scripts without help now
At some point, avr-gcc lost its ability to find the loader scripts necessary to link programs. That appears to be fixed now, at least on my machine. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak')
-rw-r--r--src/micropeak/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile
index 35dfaab8..dcc32874 100644
--- a/src/micropeak/Makefile
+++ b/src/micropeak/Makefile
@@ -14,7 +14,7 @@ DUDECPUTYPE=t85
LOADSLOW=-i 32 -B 32
LOADARG=-p $(DUDECPUTYPE) -c $(PROGRAMMER) -e -U flash:w:
-LDFLAGS=-L$(LDSCRIPTS) -Tavr25.x
+#LDFLAGS=-L$(LDSCRIPTS) -Tavr25.x
ALTOS_SRC = \
ao_micropeak.c \