$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-12-01 14:09:14
On Tuesday 30 October 2007 15:52:31 Stephen Wright wrote:
> 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?
No, sorry. I see nothing in sun.jam that would cause xarch=native to
be passed. What version of Boost.Build do you have?
- Volodya