Skip to content

Commit 8eef4be

Browse files
committed
gcc: bump to 12.2
1 parent 7d61b2a commit 8eef4be

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule NervesSystemRpi.MixProject do
6868
[
6969
{:nerves, "~> 1.6.0 or ~> 1.7.15 or ~> 1.8", runtime: false},
7070
{:nerves_system_br, "1.22.1", runtime: false},
71-
{:nerves_toolchain_armv6_nerves_linux_gnueabihf, "~> 1.6.0", runtime: false},
71+
{:nerves_toolchain_armv6_nerves_linux_gnueabihf, "~> 1.8.0", runtime: false},
7272
{:nerves_system_linter, "~> 0.4", only: [:dev, :test], runtime: false},
7373
{:ex_doc, "~> 0.22", only: :docs, runtime: false}
7474
]

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nerves": {:hex, :nerves, "1.9.1", "09cfd3589af81c4b1ac35179aee5f6d94bde36548a905c2d4d4efa9ff311222e", [:make, :mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "011409116923e1dbab250a6dc241ab529790163233c44e374ff352af72d09a56"},
1010
"nerves_system_br": {:hex, :nerves_system_br, "1.22.1", "c6be6d12f5f891812c5dcd838707ad975da58395cb36d09371bdeb4088a7e28f", [:mix], [], "hexpm", "1110fab2cb1ab33fbdd15bfa2a03813b08b43f422d663db6d4c5a95efd9bd245"},
1111
"nerves_system_linter": {:hex, :nerves_system_linter, "0.4.0", "81e9a6f5018fe5fb67d7b43a04dca36156f62b55b5554eb2fa3964d3889d09cd", [:mix], [], "hexpm", "b5bd8480ce7a6317f4601ff41fd2f594bdf76aff0bdf6dcfac571c3fa1ec5f82"},
12-
"nerves_toolchain_armv6_nerves_linux_gnueabihf": {:hex, :nerves_toolchain_armv6_nerves_linux_gnueabihf, "1.6.1", "1ee7ae5a3b1bfbddc82803edd2344045c00a57310c1db473e6e71dba7f564810", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.9.0", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "1293767fb33b1b0775d64d1abd6799edaa9c35fb05546e67d7181b785308b338"},
12+
"nerves_toolchain_armv6_nerves_linux_gnueabihf": {:hex, :nerves_toolchain_armv6_nerves_linux_gnueabihf, "1.8.0", "ac380cc3c20d0fe20256c4366548f5e099813602cc00f3433c3d426d7978f721", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.9.3", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "d9d5182ba20fb14463f4d4be578dd04d79616bc2896c09eeb9f26d60990b750d"},
1313
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.9.3", "60e87fde05988c4264babc8d68a9221c7b8fe5dc195b7d1526f29b8e626c735c", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "2b6edb0687b7f78d3fa49958d759f647e351b23c1f59f637c617a6dc179994ae"},
1414
"nimble_parsec": {:hex, :nimble_parsec, "1.2.3", "244836e6e3f1200c7f30cb56733fd808744eca61fd182f731eac4af635cc6d0b", [:mix], [], "hexpm", "c8d789e39b9131acf7b99291e93dae60ab48ef14a7ee9d58c6964f59efb570b0"},
1515
}

nerves_defconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ BR2_arm1176jzf_s=y
33
BR2_TOOLCHAIN_EXTERNAL=y
44
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
55
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
6-
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v1.6.0/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_${shell uname -m}-1.6.0-C69031C.tar.xz"
6+
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v1.8.0/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_${shell uname -m}-1.8.0-BC50D6D.tar.xz"
77
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="armv6-nerves-linux-gnueabihf"
8-
BR2_TOOLCHAIN_EXTERNAL_GCC_11=y
98
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19=y
109
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
1110
# BR2_TOOLCHAIN_EXTERNAL_INET_RPC is not set

0 commit comments

Comments
 (0)