Fixed up the build
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 12 Jul 2001 02:48:34 +0000 (02:48 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 12 Jul 2001 02:48:34 +0000 (02:48 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1056 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/ctype.h
device/lib/gbz80/Makefile
device/lib/z80/Makefile

index 417b08b240b89e6873f44d58e01d64f9aaad5d07..851d8453f5eb6721b029ac5975c2592a19ea913d 100644 (file)
@@ -35,7 +35,7 @@
 #include <sdcc-lib.h>
 
 #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 ;
index 96daa8c9e7b2418fed3f484f226a35c52067304f..33cabdc86d869cb60a464faf69080bb0be0be7de 100644 (file)
@@ -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
index 5ad79105d6ec9b7fa99421edb987965ec3c39cc2..fc041ce4400024e1b6d7dd60c0560343058d14f1 100644 (file)
@@ -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