From 0c9e01e64c25f3a8161884f06057e43870f8c072 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 25 Aug 2019 16:25:11 +0200 Subject: [PATCH] core136: ship gcc with go compiler Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/136/filelists/aarch64/gcc | 1 + config/rootfiles/core/136/filelists/armv5tel/gcc | 1 + config/rootfiles/core/136/filelists/i586/gcc | 1 + config/rootfiles/core/136/filelists/x86_64/gcc | 1 + 4 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/136/filelists/aarch64/gcc create mode 120000 config/rootfiles/core/136/filelists/armv5tel/gcc create mode 120000 config/rootfiles/core/136/filelists/i586/gcc create mode 120000 config/rootfiles/core/136/filelists/x86_64/gcc diff --git a/config/rootfiles/core/136/filelists/aarch64/gcc b/config/rootfiles/core/136/filelists/aarch64/gcc new file mode 120000 index 0000000000..97678cc16b --- /dev/null +++ b/config/rootfiles/core/136/filelists/aarch64/gcc @@ -0,0 +1 @@ +../../../../common/aarch64/gcc \ No newline at end of file diff --git a/config/rootfiles/core/136/filelists/armv5tel/gcc b/config/rootfiles/core/136/filelists/armv5tel/gcc new file mode 120000 index 0000000000..84f7b9344e --- /dev/null +++ b/config/rootfiles/core/136/filelists/armv5tel/gcc @@ -0,0 +1 @@ +../../../../common/armv5tel/gcc \ No newline at end of file diff --git a/config/rootfiles/core/136/filelists/i586/gcc b/config/rootfiles/core/136/filelists/i586/gcc new file mode 120000 index 0000000000..ba328e3b68 --- /dev/null +++ b/config/rootfiles/core/136/filelists/i586/gcc @@ -0,0 +1 @@ +../../../../common/i586/gcc \ No newline at end of file diff --git a/config/rootfiles/core/136/filelists/x86_64/gcc b/config/rootfiles/core/136/filelists/x86_64/gcc new file mode 120000 index 0000000000..d1616d377c --- /dev/null +++ b/config/rootfiles/core/136/filelists/x86_64/gcc @@ -0,0 +1 @@ +../../../../common/x86_64/gcc \ No newline at end of file -- 2.39.5