From c6d20104eb1ba2beae266dff7eba655b9ab9576e Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Mar 2012 18:54:47 +0100 Subject: Fix __PCTOOL__ dependencies on SIMULATOR * filesize() is not POSIX, so it doesn't need stubbing or redirecting * make the various directory functions use the sim_ versions for PCTOOL * PCTOOL needs generic byteswap functions * fix the database makefile to not use -DSIMULATOR anymore Change-Id: Ic6abc4f662830b85626c751a472fa4a03e844871 --- tools/database/database.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/database/database.make') diff --git a/tools/database/database.make b/tools/database/database.make index 920aceb..7d02a46 100644 --- a/tools/database/database.make +++ b/tools/database/database.make @@ -7,7 +7,7 @@ # $Id: checkwps.make 22680 2009-09-11 17:58:17Z gevaerts $ # -DBDEFINES=-g -DDEBUG -D__PCTOOL__ -DSIMULATOR +DBDEFINES=-g -DDEBUG -D__PCTOOL__ CFLAGS+=$(DBDEFINES) createsrc = $(shell cat $(1) > $(3); echo "\#if CONFIG_CODEC == SWCODEC" >> $(3); \ -- cgit v1.1