Skip to content

Commit

Permalink
Update all toolchains to gcc-12
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 19, 2022
1 parent 33a48ae commit e29de57
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion nerves_toolchain_aarch64_nerves_linux_gnu/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ CT_ARCH_64=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_GLIBC=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_aarch64_nerves_linux_musl/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ CT_ARCH_64=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_MUSL=y
CT_GCC_V_11=y
1 change: 0 additions & 1 deletion nerves_toolchain_armv5_nerves_linux_musleabi/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ CT_ARCH_ARCH="armv5te"
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_MUSL=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_armv6_nerves_linux_gnueabihf/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ CT_ARCH_FLOAT_HW=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_GLIBC=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_armv7_nerves_linux_gnueabihf/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ CT_ARCH_FPU="vfpv3-d16"
CT_ARCH_FLOAT_HW=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_armv7_nerves_linux_musleabihf/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ CT_ARCH_FLOAT_HW=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_MUSL=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_i586_nerves_linux_gnu/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ CT_ARCH_ARCH="i586"
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_GLIBC=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_mipsel_nerves_linux_musl/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ CT_ARCH_FLOAT_SW=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_MUSL=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
3 changes: 1 addition & 2 deletions nerves_toolchain_riscv64_nerves_linux_gnu/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ CT_ARCH_64=y
CT_ARCH_ARCH="rv64gc"
CT_KERNEL_LINUX=y
CT_LINUX_V_5_10=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_riscv64_nerves_linux_musl/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ CT_ARCH_ARCH="rv64gc"
CT_KERNEL_LINUX=y
CT_LINUX_V_5_10=y
CT_LIBC_MUSL=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_x86_64_nerves_linux_gnu/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ CT_ARCH_X86=y
CT_ARCH_64=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
1 change: 0 additions & 1 deletion nerves_toolchain_x86_64_nerves_linux_musl/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ CT_ARCH_64=y
CT_KERNEL_LINUX=y
CT_LINUX_V_4_19=y
CT_LIBC_MUSL=y
CT_GCC_V_11=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set

0 comments on commit e29de57

Please sign in to comment.