Skip to content

Commit 98349d1

Browse files
committed
Support crosstool for uclibc, musl, and newlib.
1 parent cf897a8 commit 98349d1

File tree

2 files changed

+311
-83
lines changed

2 files changed

+311
-83
lines changed

docker/crosstool-config/arm-unknown-linux-gnueabihf.config

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ CT_LINUX_PATCH_ORDER="global"
260260
CT_LINUX_V_4_19=y
261261
# CT_LINUX_NO_VERSIONS is not set
262262
CT_LINUX_VERSION="4.19.21"
263-
264263
CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})"
265264
CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
266265
CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
@@ -272,7 +271,6 @@ CT_LINUX_later_than_3_7=y
272271
CT_LINUX_3_7_or_later=y
273272
CT_LINUX_later_than_3_2=y
274273
CT_LINUX_3_2_or_later=y
275-
276274
CT_KERNEL_LINUX_VERBOSITY_0=y
277275
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
278276
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
@@ -370,7 +368,6 @@ CT_GLIBC_PATCH_ORDER="global"
370368
CT_GLIBC_V_2_17=y
371369
# CT_GLIBC_NO_VERSIONS is not set
372370
CT_GLIBC_VERSION="2.17"
373-
374371
CT_GLIBC_MIRRORS="$(CT_Mirrors GNU glibc)"
375372
CT_GLIBC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
376373
CT_GLIBC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
@@ -394,7 +391,6 @@ CT_GLIBC_2_17_or_later=y
394391
CT_GLIBC_2_17_or_older=y
395392
CT_GLIBC_later_than_2_14=y
396393
CT_GLIBC_2_14_or_later=y
397-
398394
CT_GLIBC_DEP_KERNEL_HEADERS_VERSION=y
399395
CT_GLIBC_DEP_BINUTILS=y
400396
CT_GLIBC_DEP_GCC=y
@@ -459,7 +455,6 @@ CT_GCC_PATCH_ORDER="global"
459455
CT_GCC_V_8=y
460456
# CT_GCC_NO_VERSIONS is not set
461457
CT_GCC_VERSION="8.3.0"
462-
463458
CT_GCC_MIRRORS="$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})"
464459
CT_GCC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
465460
CT_GCC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
@@ -475,7 +470,6 @@ CT_GCC_later_than_4_9=y
475470
CT_GCC_4_9_or_later=y
476471
CT_GCC_later_than_4_8=y
477472
CT_GCC_4_8_or_later=y
478-
479473
CT_CC_GCC_HAS_LIBMPX=y
480474
CT_CC_GCC_ENABLE_CXX_FLAGS=""
481475
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=""
@@ -722,3 +716,4 @@ CT_ZLIB=y
722716
# CT_COMP_TOOLS_M4 is not set
723717
# CT_COMP_TOOLS_MAKE is not set
724718
CT_ALL_COMP_TOOLS_CHOICES="AUTOCONF AUTOMAKE BISON DTC LIBTOOL M4 MAKE"
719+

0 commit comments

Comments
 (0)