From c31e6689eaacc4539fbbac19ecfa7a12e8c4c993 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 30 May 2022 19:26:59 +0000 Subject: [PATCH] Core Update 169: Ship gcc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Further changes are necessary due to toolchain update. Signed-off-by: Peter Müller --- config/rootfiles/core/169/filelists/aarch64/gcc | 1 + config/rootfiles/core/169/filelists/armv6l/gcc | 1 + config/rootfiles/core/169/filelists/x86_64/gcc | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/169/filelists/aarch64/gcc create mode 120000 config/rootfiles/core/169/filelists/armv6l/gcc create mode 120000 config/rootfiles/core/169/filelists/x86_64/gcc diff --git a/config/rootfiles/core/169/filelists/aarch64/gcc b/config/rootfiles/core/169/filelists/aarch64/gcc new file mode 120000 index 0000000000..97678cc16b --- /dev/null +++ b/config/rootfiles/core/169/filelists/aarch64/gcc @@ -0,0 +1 @@ +../../../../common/aarch64/gcc \ No newline at end of file diff --git a/config/rootfiles/core/169/filelists/armv6l/gcc b/config/rootfiles/core/169/filelists/armv6l/gcc new file mode 120000 index 0000000000..b8351ade3a --- /dev/null +++ b/config/rootfiles/core/169/filelists/armv6l/gcc @@ -0,0 +1 @@ +../../../../common/armv6l/gcc \ No newline at end of file diff --git a/config/rootfiles/core/169/filelists/x86_64/gcc b/config/rootfiles/core/169/filelists/x86_64/gcc new file mode 120000 index 0000000000..d1616d377c --- /dev/null +++ b/config/rootfiles/core/169/filelists/x86_64/gcc @@ -0,0 +1 @@ +../../../../common/x86_64/gcc \ No newline at end of file -- 2.39.5