summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-14 17:53:19 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-14 17:53:19 (GMT)
commit40f4cf1fbfe702ed8fce45868f88f4b52f3ae227 (patch)
treebbbe4f14a51028990a210479b6b9960dbb2e1bd8 /src/boost.mk
parentac61fc08bfc6bb6f3b59411e879f590234690902 (diff)
downloadmxe-40f4cf1fbfe702ed8fce45868f88f4b52f3ae227.zip
mxe-40f4cf1fbfe702ed8fce45868f88f4b52f3ae227.tar.gz
mxe-40f4cf1fbfe702ed8fce45868f88f4b52f3ae227.tar.bz2
improved coding style in package boost
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 75d0aed..5edfe2c 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -45,7 +45,7 @@ define $(PKG)_BUILD
stage install
'$(TARGET)-g++' \
- -W -Wall -Werror -std=c++98 -U__STRICT_ANSI__ -pedantic \
+ -W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \
-lboost_serialization-mt
endef