diff Makefile @ 407:dafb9110d70b

ARM continue... emit_copy bug
author kono
date Mon, 18 Oct 2004 08:33:00 +0900
parents a9427845ca4c
children efbd420386c5
line wrap: on
line diff
--- a/Makefile	Mon Oct 18 00:17:09 2004 +0900
+++ b/Makefile	Mon Oct 18 08:33:00 2004 +0900
@@ -1,6 +1,8 @@
 CC = gcc
 # -O3
 CFLAGS = -g -Wall -I.
+# for Linux Zaurus
+# CFLAGS = -fsigned-char -pipe -g -I. -I/home/zaurus/develop/include
 BASE=0
 STAGE=1
 MFLAGS=$(MFALGS) BASE=$(BASE) STAGE=$(STAGE)