Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-10-17 03:07:53


This is a patch to add initial support for the arm and sh architectures
as well as the CLR and Java bytecode platforms.

The idea is to use this to add support for the embedded compilers in
VC8, possibly extending it to embedded VC++ as well as allowing GCC
support for cross-compilers.

- Reece
 --------------000203060505000003070705 Content-Type: text/plain;
name="architectures.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="architectures.diff"

? architectures.diff
? types
Index: builtin.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/builtin.jam,v
retrieving revision 1.180
diff -u -r1.180 builtin.jam
--- builtin.jam 22 Sep 2005 13:51:58 -0000 1.180
+++ builtin.jam 17 Oct 2005 08:02:27 -0000
@@ -145,6 +145,14 @@
power
# MIPS/SGI
mips1 mips2 mips3 mips4 mips32 mips32r2 mips64
+ # sh
+ sh3 sh3dsp sh4 sh5
+ # arm
+ arm4 arm4t arm5 arm5t
+ # CLR CIL
+ clr
+ # Java bytecode
+ java
#
: propagated optional ;

 --------------000203060505000003070705--


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk