Change to sdar from the now deprecated sdcclib

This commit is contained in:
George Oikonomou 2013-08-06 17:09:32 +01:00 committed by George Oikonomou
parent b025759665
commit c89450a233
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
CC = sdcc
LD = sdcc
AS = sdcc
AR = sdcclib
AR = sdar
OBJCOPY = objcopy
STRIP = strip
PACKIHX = packihx
@ -18,7 +18,7 @@ LDFLAGS += --code-loc $(START_ADDR) --code-size $(CODE_SIZE)
ASFLAGS += -plosgff
AROPTS = -a
AROPTS = -rc
### Our object files are .rel, so we can't use the default finalize dependency
### generation. Override here.

View file

@ -2,7 +2,7 @@
CC = sdcc
LD = sdcc
AS = sdcc
AR = sdcclib
AR = sdar
OBJCOPY = objcopy
STRIP = strip
@ -24,7 +24,7 @@ LDFLAGS += --code-loc $(START_ADDR) --code-size $(CODE_SIZE)
ASFLAGS += -plosgff
AROPTS = -a
AROPTS = -rc
### Our object files are .rel, so we can't use the default finalize dependency
### generation. Override here.