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/micropeak/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/micropeak') 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 \ -- cgit v1.2.3