forked from boostorg/config
Add s390
This commit is contained in:
@ -22,3 +22,4 @@ obj power : power.cpp ;
|
|||||||
obj riscv : riscv.cpp ;
|
obj riscv : riscv.cpp ;
|
||||||
obj sparc : sparc.cpp ;
|
obj sparc : sparc.cpp ;
|
||||||
obj x86 : x86.cpp ;
|
obj x86 : x86.cpp ;
|
||||||
|
obj s390 : s390.cpp ;
|
||||||
|
11
checks/architecture/s390.cpp
Normal file
11
checks/architecture/s390.cpp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
// s390.cpp
|
||||||
|
//
|
||||||
|
// Copyright (c) 2012 Steven Watanabe
|
||||||
|
//
|
||||||
|
// Distributed under the Boost Software License Version 1.0. (See
|
||||||
|
// accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
#if !defined(__s390__)
|
||||||
|
#error "Not S390"
|
||||||
|
#endif
|
Reference in New Issue
Block a user