improved coding style in package boost

This commit is contained in:
Volker Grabsch 2010-05-14 19:53:19 +02:00
parent ac61fc08bf
commit 40f4cf1fbf
1 changed files with 1 additions and 1 deletions

View File

@ -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