mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Change s390 -> s390x
This commit is contained in:
@ -22,4 +22,4 @@ obj power : power.cpp ;
|
||||
obj riscv : riscv.cpp ;
|
||||
obj sparc : sparc.cpp ;
|
||||
obj x86 : x86.cpp ;
|
||||
obj s390 : s390.cpp ;
|
||||
obj s390x : s390x.cpp ;
|
||||
|
@ -1,4 +1,4 @@
|
||||
// s390.cpp
|
||||
// s390x.cpp
|
||||
//
|
||||
// Copyright (c) 2012 Steven Watanabe
|
||||
//
|
||||
@ -6,6 +6,6 @@
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#if !defined(__s390__)
|
||||
#error "Not S390"
|
||||
#if !defined(__s390x__)
|
||||
#error "Not S390x"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user