mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/path:
- adding HOST_CXXFLAGS
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user