mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 12:57:16 +02:00
@@ -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 s390x : s390x.cpp ;
|
||||||
|
11
checks/architecture/s390.cpp
Normal file
11
checks/architecture/s390.cpp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
// s390x.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(__s390x__)
|
||||||
|
#error "Not S390x"
|
||||||
|
#endif
|
Reference in New Issue
Block a user