From 6cd6bf7d806f7edf17ec341d197a5c54bbdcaa73 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 31 Aug 2007 16:16:33 +0000 Subject: Updated the Makefiles removing some of the gcc specific stuff... Basically I moved -funsigned-char -fno-strict-aliasing from individual Makefiles to nan_compile.mk defines for CFLAGS and CCFLAGS Kent --- source/blender/imbuf/intern/cineon/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/imbuf/intern/cineon') diff --git a/source/blender/imbuf/intern/cineon/Makefile b/source/blender/imbuf/intern/cineon/Makefile index 596a6647093..e61c8dd59ed 100644 --- a/source/blender/imbuf/intern/cineon/Makefile +++ b/source/blender/imbuf/intern/cineon/Makefile @@ -38,10 +38,6 @@ SOURCEDIR = source/blender/imbuf/intern/cineon include nan_compile.mk include nan_definitions.mk -ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows")) - CFLAGS += -funsigned-char -endif - CFLAGS += $(LEVEL_1_C_WARNINGS) CPPFLAGS += -I$(NAN_JPEG)/include -- cgit v1.2.3