$include_dir="/home/hyper-archives/boost-build/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Vladimir Prus: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam , 1.82, 1.83"
- Previous message: Jürgen Hunold: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam, 1.82, 1.83"
- In reply to: Jürgen Hunold: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam, 1.82, 1.83"
- Next in thread: Vladimir Prus: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam , 1.82, 1.83"
- Reply: Vladimir Prus: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam , 1.82, 1.83"
Jürgen Hunold wrote:
> I propose to call "SHELL $(command) --version" for support of non-standard gcc
> names. Please find the patch attached.
I figured I would forget something :-) Applied, thanks.
> Another fact is that I now get "gcc-suse_linux-4.1" instead of a
> simple "gcc-4.1" but I can live with that ;-))
Yea, I think that's an effect we can live with.
> But it would be nice if BBv2 could detect the target architecture and adjust
> build paths accordingly.
>
> That would mean that for:
>
> Target: x86_64-suse-linux
>
> it would extract x86_64 on Linux.
Two problems: How would I detect such info? I don't think I can add
arbitrary features when initializing the toolset.
--
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
- Next message: Vladimir Prus: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam , 1.82, 1.83"
- Previous message: Jürgen Hunold: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam, 1.82, 1.83"
- In reply to: Jürgen Hunold: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam, 1.82, 1.83"
- Next in thread: Vladimir Prus: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam , 1.82, 1.83"
- Reply: Vladimir Prus: "Re: [Boost-build] [Boost-cvs] CVS: boost/tools/build/v2/tools gcc.jam , 1.82, 1.83"
$include_dir="/home/hyper-archives/boost-build/include";
include("$include_dir/msg-footer.inc");
?>