@@ -138,33 +138,31 @@ $category > $option = $value -- $comment
138138For targets: `arm-unknown-linux-gnueabi`
139139
140140- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
141- - Path and misc options > Patches origin = Bundled, then local
142- - Path and misc options > Local patch directory = /tmp/patches
141+ - Path and misc options > Patches origin = Bundled only
143142- Target options > Target Architecture = arm
144143- Target options > Architecture level = armv6 -- (+)
145144- Target options > Floating point = software (no FPU) -- (\*)
146145- Operating System > Target OS = linux
147- - Operating System > Linux kernel version = 3.2.72 -- Precise kernel
148- - C-library > glibc version = 2.16 .0
149- - C compiler > gcc version = 5.2 .0
146+ - Operating System > Linux kernel version = 3.2.101
147+ - C-library > glibc version = 2.17 .0
148+ - C compiler > gcc version = 8.3 .0
150149- C compiler > C++ = ENABLE -- to cross compile LLVM
151150
152151### `arm-linux-gnueabihf.config`
153152
154153For targets: `arm-unknown-linux-gnueabihf`
155154
156155- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
157- - Path and misc options > Patches origin = Bundled, then local
158- - Path and misc options > Local patch directory = /tmp/patches
156+ - Path and misc options > Patches origin = Bundled only
159157- Target options > Target Architecture = arm
160158- Target options > Architecture level = armv6 -- (+)
161159- Target options > Use specific FPU = vfp -- (+)
162160- Target options > Floating point = hardware (FPU) -- (\*)
163161- Target options > Default instruction set mode = arm -- (+)
164162- Operating System > Target OS = linux
165- - Operating System > Linux kernel version = 3.2.72 -- Precise kernel
166- - C-library > glibc version = 2.16 .0
167- - C compiler > gcc version = 5.2 .0
163+ - Operating System > Linux kernel version = 3.2.101
164+ - C-library > glibc version = 2.17 .0
165+ - C compiler > gcc version = 8.3 .0
168166- C compiler > C++ = ENABLE -- to cross compile LLVM
169167
170168### `armv7-linux-gnueabihf.config`
0 commit comments