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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user