$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Wright (stephen.wright_at_[hidden])
Date: 2007-10-30 08:52:31
Hi,
I'm building boost using bjam on Solaris 10 using SunStudio 12. The
compiler gets an xarch=native flag from somewhere - stopping the
application running on machine with older architectures, so I'd like to
build with xarch=generic. However I can't see where xarch=native comes
from in the build. I've looked for the '-fast' flag, xtarget and xchip
also.
Does anyone know where this comes from and how to override it?
Thanks
Steve