X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=target%2Fsimple%2FMakefile;h=70c0f888aa88dbf60a5c27f0579ea640e7d84d19;hp=c443232582b586ea6d07bc240c1a01b293096d8e;hb=eb09e61b0682eb2aeac8e1a34d58b897ba6db8e7;hpb=7c03937b36aac82b08f4ea0c6da33a994fe15ec7 diff --git a/target/simple/Makefile b/target/simple/Makefile index c4432325..70c0f888 100644 --- a/target/simple/Makefile +++ b/target/simple/Makefile @@ -7,7 +7,7 @@ CFLAGS=--model-large $(DEBUG) --less-pedantic \ --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