From 0e5d1f3ce39495e3702ecd22cb45972e13a5c986 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 8 Oct 2013 09:50:21 -0700 Subject: 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 --- src/telescience-pwm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/telescience-pwm') diff --git a/src/telescience-pwm/Makefile b/src/telescience-pwm/Makefile index 7f39d3f1..de81b8d7 100644 --- a/src/telescience-pwm/Makefile +++ b/src/telescience-pwm/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 \ -- cgit v1.2.3