diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-05-14 17:53:19 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-05-14 17:53:19 (GMT) |
commit | 40f4cf1fbfe702ed8fce45868f88f4b52f3ae227 (patch) | |
tree | bbbe4f14a51028990a210479b6b9960dbb2e1bd8 /src | |
parent | ac61fc08bfc6bb6f3b59411e879f590234690902 (diff) | |
download | mxe-40f4cf1fbfe702ed8fce45868f88f4b52f3ae227.zip mxe-40f4cf1fbfe702ed8fce45868f88f4b52f3ae227.tar.gz mxe-40f4cf1fbfe702ed8fce45868f88f4b52f3ae227.tar.bz2 |
improved coding style in package boost
Diffstat (limited to 'src')
-rw-r--r-- | src/boost.mk | 2 |
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 |