diff options
author | Keith Packard <keithp@keithp.com> | 2009-01-05 21:44:44 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-01-05 21:44:44 -0800 |
commit | eb09e61b0682eb2aeac8e1a34d58b897ba6db8e7 (patch) | |
tree | 1d99f9975ff0705d46eccef92888b52ac523358f | |
parent | 1ccfe0887c794397131ab1c986c25f66eea86a6c (diff) |
Use custom sdcc libraries (this needs to be configured...)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | target/simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |