config/path:

- adding HOST_CXXFLAGS
This commit is contained in:
Stephan Raue 2010-02-01 21:05:34 +01:00
parent 89818431e4
commit fcff1740c5

View File

@ -129,6 +129,7 @@ HOST_OBJCOPY=objcopy
HOST_STRIP=strip
HOST_CPPFLAGS=""
HOST_CFLAGS="-O2 -Wall -pipe -I$ROOT/$TOOLCHAIN/include"
HOST_CXXFLAGS="$HOST_CFLAGS"
HOST_LDFLAGS="-L$ROOT/$TOOLCHAIN/lib"
HOST_PKG_CONFIG_PATH="$ROOT/$TOOLCHAIN/lib/pkgconfig"