aboutsummaryrefslogtreecommitdiff
path: root/build/configuration.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-07 13:50:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-07 13:50:11 +0200
commit76d23e639004517db8f9469d64ac1789f8449365 (patch)
treedbafc8c4e31a97f74046c98af19d0fe76f360001 /build/configuration.make
parentc30caae30bc64974eeaa1e81aa2abdc203f5120d (diff)
Add support for ISO-8859-1 as application encoding
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
Diffstat (limited to 'build/configuration.make')
-rw-r--r--build/configuration.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/configuration.make b/build/configuration.make
index 05318c9..49624e5 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -10,6 +10,7 @@ $(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root))
#
xsde_arch_width :=
xsde_byteorder :=
+xsde_encoding :=
xsde_stl :=
xsde_stl_iterator :=
xsde_iostream :=
@@ -35,6 +36,7 @@ ifdef xsde_stl
$(out_root)/%: xsde_arch_width := $(xsde_arch_width)
$(out_root)/%: xsde_byteorder := $(xsde_byteorder)
+$(out_root)/%: xsde_encoding := $(xsde_encoding)
$(out_root)/%: xsde_stl := $(xsde_stl)
$(out_root)/%: xsde_stl_iterator := $(xsde_stl_iterator)
$(out_root)/%: xsde_iostream := $(xsde_iostream)