diff --git a/arch/z80/src/Makefile.sdccl b/arch/z80/src/Makefile.sdccl index 3a5078a8db4..ba5f7a1c0be 100644 --- a/arch/z80/src/Makefile.sdccl +++ b/arch/z80/src/Makefile.sdccl @@ -226,7 +226,6 @@ clean: $(call DELFILE, libarch$(LIBEXT)) $(call CLEAN) - distclean: clean $(Q) if [ -e board/Makefile ]; then \ $(MAKE) -C board TOPDIR="$(TOPDIR)" distclean ; \ diff --git a/arch/z80/src/Makefile.zdsiil b/arch/z80/src/Makefile.zdsiil index 8a58f2939c2..031dce8716f 100644 --- a/arch/z80/src/Makefile.zdsiil +++ b/arch/z80/src/Makefile.zdsiil @@ -37,12 +37,16 @@ ############################################################################ # Tools + SCHEDSRCDIR = $(TOPDIR)$(DELIM)sched ARCHSRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src +ARCHCHIPDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)chip +ARCHCMDDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)common WSCHEDSRCDIR = ${shell cygpath -w $(SCHEDSRCDIR)} -WARCHSRCDIR = ${shell cygpath -w $(ARCHSRCDIR)} -USRINCLUDES = -usrinc:'.;$(WSCHEDSRCDIR);$(WARCHSRCDIR)$(DELIM)chip;$(WARCHSRCDIR)$(DELIM)common' +WARCHCHIPDIR = ${shell cygpath -w $(ARCHCHIPDIR)} +WARCHCMNDIR = ${shell cygpath -w $(ARCHCMDDIR)} +USRINCLUDES = -usrinc:'.;$(WSCHEDSRCDIR);$(WARCHCHIPDIR);$(WARCHCMNDIR)' INCLUDES = $(ARCHSTDINCLUDES) $(USRINCLUDES) CFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(INCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) diff --git a/configs/z16f2800100zcog/README.txt b/configs/z16f2800100zcog/README.txt index 471ee77db0d..3f468664586 100644 --- a/configs/z16f2800100zcog/README.txt +++ b/configs/z16f2800100zcog/README.txt @@ -100,6 +100,9 @@ Version 5.2.1 Another issue is that the ZDS-II version of stdarg.h does not provide va_copy(). This affects libs/libc/lib_sysloc.c. + There are a few outstanding build issues, but it seems close enough for + the time being. + Other Versions If you use any version of ZDS-II or if you install ZDS-II at any location