From 21efdc845e387eb08f3c6ad39b9f187ccbdb9dad Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 2 Jul 2009 14:31:43 +0000 Subject: I really hate the __STRICT_ANSI__ nonsense. I've lost count of the number of times this has caused me problems. Cut this off before it causes more. svn path=/trunk/tools/buildsystem/; revision=8265 --- makefiles/Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles/Makefile.tools') diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools index 7816b00..65933da 100644 --- a/makefiles/Makefile.tools +++ b/makefiles/Makefile.tools @@ -152,7 +152,7 @@ ifeq ($(TARGET),windows) PKGCONFIG ?= $(GCCSDK_INSTALL_ENV)/bin/win-pkg-config endif - CFLAGS := $(CFLAGS) -I$(GCCSDK_INSTALL_ENV)/include + CFLAGS := $(CFLAGS) -U__STRICT_ANSI__ -I$(GCCSDK_INSTALL_ENV)/include LDFLAGS := $(LDFLAGS) -L$(GCCSDK_INSTALL_ENV)/lib # Default prefix -- cgit v1.2.3