This repository was archived by the owner on Nov 21, 2018. It is now read-only.
File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -253,12 +253,16 @@ For targets: `powerpc64-unknown-linux-gnu`
253
253
- Path and misc options > Local patch directory = /build/patches
254
254
- Target options > Target Architecture = powerpc
255
255
- Target options > Bitness = 64-bit
256
+ - Target options > Emit assembly for CPU = power4 -- (+)
257
+ - Target options > Tune for CPU = power6 -- (+)
256
258
- Operating System > Target OS = linux
257
259
- Operating System > Linux kernel version = 2.6.32.68 -- ~ RHEL6 kernel
258
260
- C-library > glibc version = 2.12.2 -- ~ RHEL6 glibc
259
261
- C compiler > gcc version = 4.9.3
260
262
- C compiler > C++ = ENABLE -- to cross compile LLVM
261
263
264
+ (+) These CPU options match the configuration of the toolchains in RHEL6.
265
+
262
266
## ` s390x-linux-gnu.config `
263
267
264
268
For targets: ` s390x-unknown-linux-gnu `
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ CT_ARCH_SUPPORTS_WITH_FLOAT=y
101
101
CT_ARCH_DEFAULT_BE=y
102
102
CT_ARCH_DEFAULT_32=y
103
103
CT_ARCH_ABI=""
104
- CT_ARCH_CPU=""
105
- CT_ARCH_TUNE=""
104
+ CT_ARCH_CPU="power4 "
105
+ CT_ARCH_TUNE="power6 "
106
106
CT_ARCH_BE=y
107
107
# CT_ARCH_LE is not set
108
108
# CT_ARCH_32 is not set
You can’t perform that action at this time.
0 commit comments