2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Catch more macros.

Patch from John W. Bito


[SVN r53383]
This commit is contained in:
Vladimir Prus
2009-05-29 08:47:03 +00:00
parent 5ef9fef94c
commit db326b704e

View File

@@ -453,6 +453,7 @@
#if defined( _i386_ ) || \
defined( __i386__ ) || \
defined( __i386 ) || \
defined( _M_IX86 )
#define OSPLAT "OSPLAT=X86"
#endif
@@ -470,7 +471,8 @@
#endif
#ifdef __sparc__
#if defined( __sparc__ ) || \
defined( __sparc )
#define OSPLAT "OSPLAT=SPARC"
#endif