Revert "extra/boost fixes"

This reverts commit e8ed09bffb.
This commit is contained in:
Kevin Mihelich 2014-03-31 23:16:21 +00:00
parent 44753e9b1c
commit a146e62104

View file

@ -48,9 +48,9 @@ build() {
pushd tools pushd tools
for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
"${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" $_tool "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" linkflags="${LDFLAGS}" $_tool
done done
"${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -O3" library_status "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" library_status
popd popd
cp -a dist/bin/* "${_stagedir}"/bin cp -a dist/bin/* "${_stagedir}"/bin
@ -72,7 +72,7 @@ build() {
link=shared,static \ link=shared,static \
toolset=gcc \ toolset=gcc \
python=2.7 \ python=2.7 \
cflags="${CPPFLAGS} ${CFLAGS} -O3" \ cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" \
--layout=system \ --layout=system \
--prefix="${_stagedir}" \ --prefix="${_stagedir}" \
${JOBS} \ ${JOBS} \