We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e1e48 commit d3e6bb3Copy full SHA for d3e6bb3
build/build.sh
@@ -119,6 +119,13 @@ elif echo "${VERSION}" | grep 'cobol-master'; then
119
MULTILIB_ENABLED=" --disable-multilib"
120
## implicit dep on C++ as libgcobol uses libstdc++.
121
LANGUAGES=cobol,c++
122
+elif echo "${VERSION}" | grep 'reflection-trunk'; then
123
+ VERSION=reflection-trunk-$(date +%Y%m%d)
124
+ URL=https://forge.sourceware.org/marek/gcc.git
125
+ BRANCH="reflection"
126
+ MAJOR=16
127
+ MAJOR_MINOR=16-trunk
128
+ LANGUAGES=c++
129
elif echo "${VERSION}" | grep 'trunk'; then
130
URL=git://gcc.gnu.org/git/gcc.git
131
BRANCH=master
0 commit comments