Fixed for git repo compilation

This commit is contained in:
Matt Jenkins
2014-04-09 15:07:21 +01:00
parent 0fb7dbb7c8
commit 0c86462977
18 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ TOPSRC = $(shell cd ../../..; pwd)
include $(TOPSRC)/target.mk
#CC=gcc
CFLAGS+= -g -DUNIX_HOST -DVER=\"`svnversion -n`\" -DFILENAME_MAX=64 -DL_tmpnam=30 -DCLOCKS_PER_SEC=80000000 -DPATH_MAX=200 -Os -Werror
CFLAGS+= -g -DUNIX_HOST -DVER='"1.0"' -DFILENAME_MAX=64 -DL_tmpnam=30 -DCLOCKS_PER_SEC=80000000 -DPATH_MAX=200 -Os -Werror
LIBS=-lm -lc
TARGET = picoc