前提
以下の内容で、$HOME/user-config.jam ファイルを作成
using gcc : arm : arm-linux-gnueabihf-g++ : <cxxflags>-std=c++11 ;
上記を保存した後、下記の手順でビルド・インストールを実施。
./bootstrap.sh --prefix=/nfs/local/pi/boost-1_56 ./b2 toolset=gcc-arm link=static install