From a8620b8123a6db1806095e97a1b05c44cc391872 Mon Sep 17 00:00:00 2001 From: michaelh Date: Thu, 12 Jul 2001 02:48:34 +0000 Subject: [PATCH] Fixed up the build git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1056 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/ctype.h | 2 +- device/lib/gbz80/Makefile | 2 +- device/lib/z80/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/include/ctype.h b/device/include/ctype.h index 417b08b2..851d8453 100644 --- a/device/include/ctype.h +++ b/device/include/ctype.h @@ -35,7 +35,7 @@ #include #ifdef SDCC_STACK_AUTO -#warning Make sure you recompile _is*.c files as 'reentrant' +/* #warning Make sure you recompile _is*.c files as 'reentrant' */ extern char iscntrl (unsigned char ) _REENTRANT ; extern char isdigit (unsigned char ) _REENTRANT ; diff --git a/device/lib/gbz80/Makefile b/device/lib/gbz80/Makefile index 96daa8c9..33cabdc8 100644 --- a/device/lib/gbz80/Makefile +++ b/device/lib/gbz80/Makefile @@ -3,7 +3,7 @@ TOPDIR = ../../.. SCC = $(TOPDIR)/bin/sdcc -mgbz80 -SAS = as-gbz80 +SAS = $(TOPDIR)/bin/as-gbz80 OBJ = putchar.o string.o printf.o div.o mul.o asm_strings.o LIB = gbz80.lib diff --git a/device/lib/z80/Makefile b/device/lib/z80/Makefile index 5ad79105..fc041ce4 100644 --- a/device/lib/z80/Makefile +++ b/device/lib/z80/Makefile @@ -3,7 +3,7 @@ TOPDIR = ../../.. SCC = $(TOPDIR)/bin/sdcc -mz80 -SAS = as-z80 +SAS = $(TOPDIR)/bin/as-z80 OBJ = div.o mul.o putchar.o string.o printf.o # asm_strings.o LIB = z80.lib -- 2.30.2