Skip to content

Commit

Permalink
dev-util/boost-build: Apply CoreOS changes
Browse files Browse the repository at this point in the history
Add support for cross-compiling for arm64 builds.
  • Loading branch information
dm0- committed Jun 26, 2018
1 parent ad1294e commit 03803c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/boost-build/boost-build-1.65.0.ebuild
Expand Up @@ -101,6 +101,7 @@ src_compile() {
toolset=cc
fi

tc-is-cross-compiler && sed -i -e 's/BOOST_JAM_CC=\$CC$/BOOST_JAM_CC=cc/' build.sh
CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python python "${EROOT%/}"/usr) || die "building bjam failed"
}

Expand Down

0 comments on commit 03803c3

Please sign in to comment.