We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2324827 + 2894b8c commit 3c99fc0Copy full SHA for 3c99fc0
build/build.sh
@@ -140,6 +140,13 @@ elif echo "${VERSION}" | grep 'contracts-GNUext-trunk'; then
140
MAJOR=16
141
MAJOR_MINOR=16-trunk
142
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++
150
elif echo "${VERSION}" | grep 'trunk'; then
151
URL=git://gcc.gnu.org/git/gcc.git
152
BRANCH=master
0 commit comments