From 6731f6dabc19810b3c1ccbfca12684ce7cf67f75 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 8 Oct 2007 20:23:16 +0000 Subject: [PATCH] fixed ep1 build --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40487 --- sourcemm/Makefile.ep1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sourcemm/Makefile.ep1 b/sourcemm/Makefile.ep1 index 8128a7f..cf3d4ea 100644 --- a/sourcemm/Makefile.ep1 +++ b/sourcemm/Makefile.ep1 @@ -36,7 +36,8 @@ GCC_VERSION := $(shell $(CPP) -dumpversion >&1 | cut -b1) CFLAGS += -D_LINUX -DNDEBUG -Dstricmp=strcasecmp -D_stricmp=strcasecmp -D_strnicmp=strncasecmp \ -Dstrnicmp=strncasecmp -D_snprintf=snprintf -D_vsnprintf=vsnprintf -D_alloca=alloca \ - -Dstrcmpi=strcasecmp -Wall -Wno-non-virtual-dtor -Werror -fPIC -fno-exceptions -fno-rtti -msse + -Dstrcmpi=strcasecmp -Wall -Wno-non-virtual-dtor -Werror -fPIC -fno-exceptions -fno-rtti -msse \ + -Wno-uninitialized ifeq "$(GCC_VERSION)" "4" CFLAGS += $(GCC4_FLAGS)