summaryrefslogtreecommitdiff
path: root/tcwg_kernel/gnu-master.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-11-01 11:04:17 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-11-07 14:12:12 +0000
commit0cb26e0b77d2f45ac4467096110607158a4e174d (patch)
treec6456b79a8bd35e3bd6d5ec1430de1174b8d9141 /tcwg_kernel/gnu-master.sh
parentd462b724021fcc5f4725ed3fc7b8986593d5ec5c (diff)
tcwg_kernel-build: New build script
This patch adds execution flow structure for tcwg_kernel-build script. The code for individual execution steps will be in separate patches for ease of review. Change-Id: I5e5adba01b6178addd3cdbae9dc18bdc0f7e7697
Diffstat (limited to 'tcwg_kernel/gnu-master.sh')
-rw-r--r--tcwg_kernel/gnu-master.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcwg_kernel/gnu-master.sh b/tcwg_kernel/gnu-master.sh
new file mode 100644
index 00000000..052cf30b
--- /dev/null
+++ b/tcwg_kernel/gnu-master.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+config[gnu]=master
+git_repo[binutils]=git://sourceware.org/git/binutils-gdb.git
+git_branch[binutils]=master
+git_repo[gcc]=git://gcc.gnu.org/git/gcc.git
+git_branch[gcc]=master