Skip to content

Commit

Permalink
pic: indicate arch in define.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Feb 8, 2011
1 parent 9b2b805 commit 1f6924a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch_pic/sdcc.mk
Expand Up @@ -10,7 +10,7 @@ SOURCE += $(ARCHDIR)/crt0iz_sdcc.c \
ARCH_CFLAGS = -mpic16 -p18f8520
ARCH_CFLAGS += -I$(LIBDIR) -I$(ARCHDIR)
ARCH_CFLAGS += -I$(ARCHDIR)/h
ARCH_CFLAGS += -I.
ARCH_CFLAGS += -I. -DARCH_PIC
ARCH_CFLAGS += --ivt-loc=0x800 --no-crt
ARCH_CFLAGS += --optimize-cmp
ARCH_CFLAGS += --optimize-df
Expand Down

0 comments on commit 1f6924a

Please sign in to comment.