From 40f4cf1fbfe702ed8fce45868f88f4b52f3ae227 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 14 May 2010 19:53:19 +0200 Subject: improved coding style in package boost --- src/boost.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12