Use custom sdcc libraries (this needs to be configured...)
authorKeith Packard <keithp@keithp.com>
Tue, 6 Jan 2009 05:44:44 +0000 (21:44 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 6 Jan 2009 05:44:44 +0000 (21:44 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
target/simple/Makefile

index c443232582b586ea6d07bc240c1a01b293096d8e..70c0f888aa88dbf60a5c27f0579ea640e7d84d19 100644 (file)
@@ -7,7 +7,7 @@ CFLAGS=--model-large $(DEBUG) --less-pedantic \
        --no-peep --int-long-reent --float-reent \
        --data-loc 0x30
 
        --no-peep --int-long-reent --float-reent \
        --data-loc 0x30
 
-LDFLAGS=-L/usr/share/sdcc/lib/large --out-fmt-ihx
+LDFLAGS=-L/local/share/sdcc/lib/large --out-fmt-ihx
 LDFLAGS_RAM=$(LDFLAGS) --code-loc 0xf000 --xram-loc 0xf400 --xram-size 1024
 
 LDFLAGS_FLASH=$(LDFLAGS) --code-loc 0x0000 --xram-loc 0xf000 --xram-size 1024
 LDFLAGS_RAM=$(LDFLAGS) --code-loc 0xf000 --xram-loc 0xf400 --xram-size 1024
 
 LDFLAGS_FLASH=$(LDFLAGS) --code-loc 0x0000 --xram-loc 0xf000 --xram-size 1024