Skip to content

Commit

Permalink
Fix samples defaulted to glibc
Browse files Browse the repository at this point in the history
Since glibc is no longer the default C library
  • Loading branch information
hyc authored and stilor committed May 14, 2017
1 parent a776367 commit 22e4a3f
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/aarch64-rpi3-linux-gnueabi/crosstool.config
Expand Up @@ -7,5 +7,6 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
1 change: 1 addition & 0 deletions samples/aarch64-unknown-linux-gnueabi/crosstool.config
Expand Up @@ -6,5 +6,6 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
1 change: 1 addition & 0 deletions samples/arm-cortex_a15-linux-gnueabihf/crosstool.config
Expand Up @@ -8,6 +8,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_GCC_SHOW_LINARO=y
CT_CC_LANG_CXX=y
CT_DEBUG_duma=y
Expand Down
1 change: 1 addition & 0 deletions samples/arm-cortex_a8-linux-gnueabi/crosstool.config
Expand Up @@ -7,6 +7,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_duma=y
CT_DEBUG_gdb=y
Expand Down
1 change: 1 addition & 0 deletions samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config
Expand Up @@ -10,6 +10,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_LIBC_ADDONS_LIST="libidn"
CT_LIBC_LOCALES=y
CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
Expand Down
1 change: 1 addition & 0 deletions samples/arm-unknown-linux-gnueabi/crosstool.config
Expand Up @@ -6,6 +6,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
CT_CC_LANG_CXX=y
CT_DEBUG_duma=y
Expand Down
1 change: 1 addition & 0 deletions samples/armeb-unknown-linux-gnueabi/crosstool.config
Expand Up @@ -7,6 +7,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
CT_CC_LANG_CXX=y
CT_DEBUG_duma=y
Expand Down
1 change: 1 addition & 0 deletions samples/armv6-rpi-linux-gnueabi/crosstool.config
Expand Up @@ -9,6 +9,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_LIBC_LOCALES=y
CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
CT_LIBC_GLIBC_MIN_KERNEL_VERSION="3.2.27"
Expand Down
1 change: 1 addition & 0 deletions samples/armv7-rpi2-linux-gnueabihf/crosstool.config
Expand Up @@ -9,5 +9,6 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
1 change: 1 addition & 0 deletions samples/armv8-rpi3-linux-gnueabihf/crosstool.config
Expand Up @@ -9,5 +9,6 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
1 change: 1 addition & 0 deletions samples/i686-centos6-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="centos6"
CT_KERNEL_linux=y
CT_KERNEL_V_2_6_32=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_12_2=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/i686-centos7-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="centos7"
CT_KERNEL_linux=y
CT_KERNEL_V_3_10=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_17=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/i686-nptl-linux-gnu/crosstool.config
Expand Up @@ -6,6 +6,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_duma=y
CT_DEBUG_gdb=y
Expand Down
1 change: 1 addition & 0 deletions samples/i686-ubuntu12.04-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="ubuntu12.04"
CT_KERNEL_linux=y
CT_KERNEL_V_3_2=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_15=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/i686-ubuntu14.04-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="ubuntu14.04"
CT_KERNEL_linux=y
CT_KERNEL_V_3_13=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_19=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/i686-ubuntu16.04-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="ubuntu16.04"
CT_KERNEL_linux=y
CT_KERNEL_V_4_4=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_23=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/mips-ar2315-linux-gnu/crosstool.config
Expand Up @@ -5,6 +5,7 @@ CT_ARCH_FLOAT_SW=y
CT_TARGET_VENDOR="ar2315"
CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_GCC_mips_plt=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
Expand Down
1 change: 1 addition & 0 deletions samples/mips-malta-linux-gnu/crosstool.config
Expand Up @@ -2,6 +2,7 @@ CT_ARCH_mips=y
CT_TARGET_VENDOR="malta"
CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_GCC_mips_plt=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
Expand Down
1 change: 1 addition & 0 deletions samples/mipsel-multilib-linux-gnu/crosstool.config
Expand Up @@ -5,6 +5,7 @@ CT_ARCH_FLOAT_SW=y
CT_TARGET_VENDOR="multilib"
CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-targets=all"
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-targets=all"
CT_CC_GCC_mips_plt=y
Expand Down
1 change: 1 addition & 0 deletions samples/mipsel-unknown-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_ARCH="mips1"
CT_ARCH_FLOAT_SW=y
CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_CC_GCC_mips_plt=y
CT_CC_LANG_CXX=y
CT_DEBUG_duma=y
Expand Down
1 change: 1 addition & 0 deletions samples/x86_64-centos6-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_64=y
CT_TARGET_VENDOR="centos6"
CT_KERNEL_linux=y
CT_KERNEL_V_2_6_32=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_12_2=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/x86_64-centos7-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_64=y
CT_TARGET_VENDOR="centos7"
CT_KERNEL_linux=y
CT_KERNEL_V_3_10=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_17=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/x86_64-multilib-linux-gnu/crosstool.config
Expand Up @@ -7,6 +7,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
CT_CC_GCC_MULTILIB_LIST="m64,m32,mx32"
CT_CC_GCC_LNK_HASH_STYLE_BOTH=y
Expand Down
1 change: 1 addition & 0 deletions samples/x86_64-ubuntu12.04-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_64=y
CT_TARGET_VENDOR="ubuntu12.04"
CT_KERNEL_linux=y
CT_KERNEL_V_3_2=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_15=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/x86_64-ubuntu14.04-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_64=y
CT_TARGET_VENDOR="ubuntu14.04"
CT_KERNEL_linux=y
CT_KERNEL_V_3_13=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_19=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/x86_64-ubuntu16.04-linux-gnu/crosstool.config
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_64=y
CT_TARGET_VENDOR="ubuntu16.04"
CT_KERNEL_linux=y
CT_KERNEL_V_4_4=y
CT_LIBC_glibc=y
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
CT_LIBC_GLIBC_V_2_23=y
CT_CC_LANG_CXX=y
1 change: 1 addition & 0 deletions samples/x86_64-unknown-linux-gnu/crosstool.config
Expand Up @@ -5,6 +5,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_glibc=y
CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
CT_CC_GCC_LNK_HASH_STYLE_BOTH=y
CT_CC_LANG_CXX=y
Expand Down
Expand Up @@ -11,6 +11,7 @@ CT_KERNEL_linux=y
CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_LIBC_glibc=y
CT_LIBC_ADDONS_LIST="libidn"
CT_LIBC_LOCALES=y
CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
Expand Down
Expand Up @@ -10,6 +10,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_FOR_TARGET=y
CT_LIBC_glibc=y
CT_CC_LANG_CXX=y
CT_DEBUG_ltrace=y
CT_DEBUG_strace=y
Expand Down

0 comments on commit 22e4a3f

Please sign in to comment.