@@ -131,36 +131,42 @@ $category > $option = $value -- $comment
131131For targets: `arm-unknown-linux-gnueabi`
132132
133133- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
134+ - Path and misc options > Patches origin = Bundled, then local
135+ - Path and misc options > Local patch directory = /tmp/patches
134136- Target options > Target Architecture = arm
135137- Target options > Architecture level = armv6 -- (+)
136138- Target options > Floating point = software (no FPU) -- (\*)
137139- Operating System > Target OS = linux
138140- Operating System > Linux kernel version = 3.2.72 -- Precise kernel
139- - C-library > glibc version = 2.14.1
140- - C compiler > gcc version = 4.9.3
141+ - C-library > glibc version = 2.16.0
142+ - C compiler > gcc version = 5.2.0
141143- C compiler > C++ = ENABLE -- to cross compile LLVM
142144
143145### `arm-linux-gnueabihf.config`
144146
145147For targets: `arm-unknown-linux-gnueabihf`
146148
147149- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
150+ - Path and misc options > Patches origin = Bundled, then local
151+ - Path and misc options > Local patch directory = /tmp/patches
148152- Target options > Target Architecture = arm
149153- Target options > Architecture level = armv6 -- (+)
150154- Target options > Use specific FPU = vfp -- (+)
151155- Target options > Floating point = hardware (FPU) -- (\*)
152156- Target options > Default instruction set mode = arm -- (+)
153157- Operating System > Target OS = linux
154158- Operating System > Linux kernel version = 3.2.72 -- Precise kernel
155- - C-library > glibc version = 2.14.1
156- - C compiler > gcc version = 4.9.3
159+ - C-library > glibc version = 2.16.0
160+ - C compiler > gcc version = 5.2.0
157161- C compiler > C++ = ENABLE -- to cross compile LLVM
158162
159163### `armv7-linux-gnueabihf.config`
160164
161165For targets: `armv7-unknown-linux-gnueabihf`
162166
163167- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
168+ - Path and misc options > Patches origin = Bundled, then local
169+ - Path and misc options > Local patch directory = /tmp/patches
164170- Target options > Target Architecture = arm
165171- Target options > Suffix to the arch-part = v7
166172- Target options > Architecture level = armv7-a -- (+)
@@ -169,8 +175,8 @@ For targets: `armv7-unknown-linux-gnueabihf`
169175- Target options > Default instruction set mode = thumb -- (\*)
170176- Operating System > Target OS = linux
171177- Operating System > Linux kernel version = 3.2.72 -- Precise kernel
172- - C-library > glibc version = 2.14.1
173- - C compiler > gcc version = 4.9.3
178+ - C-library > glibc version = 2.16.0
179+ - C compiler > gcc version = 5.2.0
174180- C compiler > C++ = ENABLE -- to cross compile LLVM
175181
176182(\*) These options have been selected to match the configuration of the arm
@@ -204,7 +210,7 @@ For targets: `powerpc-unknown-linux-gnu`
204210- Operating System > Target OS = linux
205211- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
206212- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
207- - C compiler > gcc version = 4.9.3
213+ - C compiler > gcc version = 5.2.0
208214- C compiler > C++ = ENABLE -- to cross compile LLVM
209215
210216### `powerpc64-linux-gnu.config`
@@ -221,7 +227,7 @@ For targets: `powerpc64-unknown-linux-gnu`
221227- Operating System > Target OS = linux
222228- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
223229- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
224- - C compiler > gcc version = 4.9.3
230+ - C compiler > gcc version = 5.2.0
225231- C compiler > C++ = ENABLE -- to cross compile LLVM
226232
227233(+) These CPU options match the configuration of the toolchains in RHEL6.
@@ -232,12 +238,12 @@ For targets: `s390x-unknown-linux-gnu`
232238
233239- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
234240- Path and misc options > Patches origin = Bundled, then local
235- - Path and misc options > Local patch directory = /build /patches
241+ - Path and misc options > Local patch directory = /tmp /patches
236242- Target options > Target Architecture = s390
237243- Target options > Bitness = 64-bit
238244- Operating System > Target OS = linux
239245- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
240246- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
241- - C compiler > gcc version = 4.9.3
247+ - C compiler > gcc version = 5.2.0
242248- C compiler > gcc extra config = --with-arch=z10 -- LLVM's minimum support
243249- C compiler > C++ = ENABLE -- to cross compile LLVM
0 commit comments