summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-02 14:31:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-02 14:31:43 +0000
commit21efdc845e387eb08f3c6ad39b9f187ccbdb9dad (patch)
tree12e06090c52a2b16ef076329004a21851657e202 /makefiles/Makefile.tools
parentef8fa191d0ba50a664a5a0b27b5a39e7de0b65e6 (diff)
downloadbuildsystem-21efdc845e387eb08f3c6ad39b9f187ccbdb9dad.tar.gz
buildsystem-21efdc845e387eb08f3c6ad39b9f187ccbdb9dad.tar.bz2
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
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
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