aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-11 12:22:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-11 12:22:43 +0200
commit9c8e44df7f2ca4fb77e5725c4b81742e77d503b2 (patch)
treef9df1c2433692ab7acf244c6ac202249dc67ee21
parent2e501c68a8641a2b3c430b55f13491a9c1c5d0f5 (diff)
Strip the XSDE_STL_ITERATOR config variable
-rw-r--r--dist/build/config.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/build/config.make b/dist/build/config.make
index e9e7826..33b6a8e 100644
--- a/dist/build/config.make
+++ b/dist/build/config.make
@@ -16,6 +16,7 @@ XSDE_ARCH_WIDTH := $(strip $(XSDE_ARCH_WIDTH))
XSDE_BYTEORDER := $(strip $(XSDE_BYTEORDER))
XSDE_ENCODING := $(strip $(XSDE_ENCODING))
XSDE_STL := $(strip $(XSDE_STL))
+XSDE_STL_ITERATOR := $(strip $(XSDE_STL_ITERATOR))
XSDE_IOSTREAM := $(strip $(XSDE_IOSTREAM))
XSDE_EXCEPTIONS := $(strip $(XSDE_EXCEPTIONS))
XSDE_LONGLONG := $(strip $(XSDE_LONGLONG))