From 8af2006de84192fd3e33df29c971250a1eee4bea Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 5 Dec 2012 15:01:11 +0000 Subject: Progress toward natvie z80 SDCC build -- still issues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5413 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z80sim/ostest/Make.defs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/z80sim/ostest/Make.defs') diff --git a/nuttx/configs/z80sim/ostest/Make.defs b/nuttx/configs/z80sim/ostest/Make.defs index 54b6d8c45..91d30a061 100644 --- a/nuttx/configs/z80sim/ostest/Make.defs +++ b/nuttx/configs/z80sim/ostest/Make.defs @@ -58,15 +58,16 @@ endif CROSSDEV = CC = sdcc CPP = sdcpp -AR = sdcclib -a ifeq ($(CONFIG_SDCC_OLD),y) LD = link-z80 AS = as-z80 + AR = sdcclib -a ARCHCPUFLAGS = -mz80 --stack-auto --int-long-reent --float-reent else LD = sdldz80 AS = sdasz80 + AR = sdar -r ARCHCPUFLAGS = -mz80 endif -- cgit v1.2.3