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

Commit c6f37ca

Browse files
authored
Merge pull request #123 from japaric/gh35483
cross/arm: bump glibc to 2.16
2 parents ce32e7c + 3544a6d commit c6f37ca

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

slaves/linux-cross/arm-linux-gnueabi.config

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ CT_ARCH_EXCLUSIVE_WITH_CPU=y
155155
# CT_ARCH_FLOAT_AUTO is not set
156156
# CT_ARCH_FLOAT_SOFTFP is not set
157157
CT_ARCH_FLOAT="soft"
158-
# CT_ARCH_ALPHA_EV4 is not set
159-
# CT_ARCH_ALPHA_EV45 is not set
160-
# CT_ARCH_ALPHA_EV5 is not set
161-
# CT_ARCH_ALPHA_EV56 is not set
162-
# CT_ARCH_ALPHA_EV6 is not set
163-
# CT_ARCH_ALPHA_EV67 is not set
164158

165159
#
166160
# arm other options
@@ -307,11 +301,9 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
307301
# C-library
308302
#
309303
CT_LIBC="glibc"
310-
CT_LIBC_VERSION="2.14.1"
304+
CT_LIBC_VERSION="2.16.0"
311305
CT_LIBC_glibc=y
312306
# CT_LIBC_musl is not set
313-
# CT_LIBC_newlib is not set
314-
# CT_LIBC_none is not set
315307
# CT_LIBC_uClibc is not set
316308
CT_LIBC_avr_libc_AVAILABLE=y
317309
CT_LIBC_glibc_AVAILABLE=y
@@ -323,9 +315,9 @@ CT_THREADS="nptl"
323315
# CT_LIBC_GLIBC_V_2_19 is not set
324316
# CT_LIBC_GLIBC_V_2_18 is not set
325317
# CT_LIBC_GLIBC_V_2_17 is not set
326-
# CT_LIBC_GLIBC_V_2_16_0 is not set
318+
CT_LIBC_GLIBC_V_2_16_0=y
327319
# CT_LIBC_GLIBC_V_2_15 is not set
328-
CT_LIBC_GLIBC_V_2_14_1=y
320+
# CT_LIBC_GLIBC_V_2_14_1 is not set
329321
# CT_LIBC_GLIBC_V_2_14 is not set
330322
# CT_LIBC_GLIBC_V_2_13 is not set
331323
# CT_LIBC_GLIBC_V_2_12_2 is not set

slaves/linux-cross/arm-linux-gnueabihf.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
302302
# C-library
303303
#
304304
CT_LIBC="glibc"
305-
CT_LIBC_VERSION="2.14.1"
305+
CT_LIBC_VERSION="2.16.0"
306306
CT_LIBC_glibc=y
307307
# CT_LIBC_musl is not set
308308
# CT_LIBC_uClibc is not set
@@ -316,9 +316,9 @@ CT_THREADS="nptl"
316316
# CT_LIBC_GLIBC_V_2_19 is not set
317317
# CT_LIBC_GLIBC_V_2_18 is not set
318318
# CT_LIBC_GLIBC_V_2_17 is not set
319-
# CT_LIBC_GLIBC_V_2_16_0 is not set
319+
CT_LIBC_GLIBC_V_2_16_0=y
320320
# CT_LIBC_GLIBC_V_2_15 is not set
321-
CT_LIBC_GLIBC_V_2_14_1=y
321+
# CT_LIBC_GLIBC_V_2_14_1 is not set
322322
# CT_LIBC_GLIBC_V_2_14 is not set
323323
# CT_LIBC_GLIBC_V_2_13 is not set
324324
# CT_LIBC_GLIBC_V_2_12_2 is not set

slaves/linux-cross/armv7-linux-gnueabihf.config

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Crosstool-NG Configuration
44
#
55
CT_CONFIGURE_has_make381=y
6-
CT_CONFIGURE_has_xz=y
76
CT_MODULES=y
87

98
#
@@ -156,6 +155,12 @@ CT_ARCH_EXCLUSIVE_WITH_CPU=y
156155
# CT_ARCH_FLOAT_AUTO is not set
157156
# CT_ARCH_FLOAT_SOFTFP is not set
158157
CT_ARCH_FLOAT="hard"
158+
# CT_ARCH_ALPHA_EV4 is not set
159+
# CT_ARCH_ALPHA_EV45 is not set
160+
# CT_ARCH_ALPHA_EV5 is not set
161+
# CT_ARCH_ALPHA_EV56 is not set
162+
# CT_ARCH_ALPHA_EV6 is not set
163+
# CT_ARCH_ALPHA_EV67 is not set
159164

160165
#
161166
# arm other options
@@ -303,9 +308,11 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
303308
# C-library
304309
#
305310
CT_LIBC="glibc"
306-
CT_LIBC_VERSION="2.14.1"
311+
CT_LIBC_VERSION="2.16.0"
307312
CT_LIBC_glibc=y
308313
# CT_LIBC_musl is not set
314+
# CT_LIBC_newlib is not set
315+
# CT_LIBC_none is not set
309316
# CT_LIBC_uClibc is not set
310317
CT_LIBC_avr_libc_AVAILABLE=y
311318
CT_LIBC_glibc_AVAILABLE=y
@@ -317,9 +324,9 @@ CT_THREADS="nptl"
317324
# CT_LIBC_GLIBC_V_2_19 is not set
318325
# CT_LIBC_GLIBC_V_2_18 is not set
319326
# CT_LIBC_GLIBC_V_2_17 is not set
320-
# CT_LIBC_GLIBC_V_2_16_0 is not set
327+
CT_LIBC_GLIBC_V_2_16_0=y
321328
# CT_LIBC_GLIBC_V_2_15 is not set
322-
CT_LIBC_GLIBC_V_2_14_1=y
329+
# CT_LIBC_GLIBC_V_2_14_1 is not set
323330
# CT_LIBC_GLIBC_V_2_14 is not set
324331
# CT_LIBC_GLIBC_V_2_13 is not set
325332
# CT_LIBC_GLIBC_V_2_12_2 is not set

0 commit comments

Comments
 (0)