summaryrefslogtreecommitdiff
path: root/src/telescience-v0.1
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/telescience-v0.1
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/telescience-v0.1')
-rw-r--r--src/telescience-v0.1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telescience-v0.1/Makefile b/src/telescience-v0.1/Makefile
index a65b3ad0..6e4eb6de 100644
--- a/src/telescience-v0.1/Makefile
+++ b/src/telescience-v0.1/Makefile
@@ -12,7 +12,7 @@ DUDECPUTYPE=m32u4
#PROGRAMMER=stk500v2 -P usb
LOADARG=-p $(DUDECPUTYPE) -c $(PROGRAMMER) -e -U flash:w:
-LDFLAGS=-L$(LDSCRIPTS) -Tavr5.x
+#LDFLAGS=-L$(LDSCRIPTS) -Tavr5.x
INC = \
ao.h \