Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 8cb1a2a

Browse files
committed
Set s390x --with-arch=z10
1 parent 1237574 commit 8cb1a2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

slaves/linux-cross/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,5 @@ For targets: `s390x-unknown-linux-gnu`
266266
- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
267267
- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
268268
- C compiler > gcc version = 4.9.3
269+
- C compiler > gcc extra config = --with-arch=z10 -- LLVM's minimum support
269270
- C compiler > C++ = ENABLE -- to cross compile LLVM

slaves/linux-cross/s390x-linux-gnu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ CT_CC_GCC_VERSION="4.9.3"
372372
# CT_CC_LANG_FORTRAN is not set
373373
CT_CC_GCC_ENABLE_CXX_FLAGS=""
374374
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=""
375-
CT_CC_GCC_EXTRA_CONFIG_ARRAY=""
375+
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-arch=z10"
376376
CT_CC_GCC_EXTRA_ENV_ARRAY=""
377377
CT_CC_GCC_STATIC_LIBSTDCXX=y
378378
# CT_CC_GCC_SYSTEM_ZLIB is not set

0 commit comments

Comments
 (0)