Skip to content

Commit 3c99fc0

Browse files
committed
Merge branch 'healytpk-patch-1'
2 parents 2324827 + 2894b8c commit 3c99fc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ elif echo "${VERSION}" | grep 'contracts-GNUext-trunk'; then
140140
MAJOR=16
141141
MAJOR_MINOR=16-trunk
142142
LANGUAGES=c++
143+
elif echo "${VERSION}" | grep 'thomas-healy-trunk'; then
144+
VERSION=thomas-healy-$(date +%Y%m%d)
145+
URL=https://github.com/healytpk/gcc-thomas-healy.git
146+
BRANCH=trunk
147+
MAJOR=16
148+
MAJOR_MINOR=16-trunk
149+
LANGUAGES=c,c++
143150
elif echo "${VERSION}" | grep 'trunk'; then
144151
URL=git://gcc.gnu.org/git/gcc.git
145152
BRANCH=master

0 commit comments

Comments
 (0)