summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/ostest/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-05 15:01:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-05 15:01:11 +0000
commit8af2006de84192fd3e33df29c971250a1eee4bea (patch)
tree13962719aa4b133943aa77f938625f61c943a918 /nuttx/configs/z80sim/ostest/Make.defs
parent2bfa16cf11ff70e11c20c6428cfb8576c61facc7 (diff)
downloadpx4-nuttx-8af2006de84192fd3e33df29c971250a1eee4bea.tar.gz
px4-nuttx-8af2006de84192fd3e33df29c971250a1eee4bea.tar.bz2
px4-nuttx-8af2006de84192fd3e33df29c971250a1eee4bea.zip
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
Diffstat (limited to 'nuttx/configs/z80sim/ostest/Make.defs')
-rw-r--r--nuttx/configs/z80sim/ostest/Make.defs3
1 files changed, 2 insertions, 1 deletions
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